Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/entity.h')
-rw-r--r--src/core/entity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/entity.h b/src/core/entity.h
index 72553fa..d90de8b 100644
--- a/src/core/entity.h
+++ b/src/core/entity.h
@@ -703,8 +703,8 @@ public:
}
/// returns true if the specified control flag is set
- inline bool has_controlflag(ControlFlags flag) const {
- return ((flag && entity_controlflags) == flag);
+ inline bool has_controlflag(ControlFlags controlflag) const {
+ return ((controlflag & entity_controlflags) == controlflag);
}
/// physics action