aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/game.cpp')
-rw-r--r--engines/cge/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/game.cpp b/engines/cge/game.cpp
index e64e4af38a..0b9c6e2a40 100644
--- a/engines/cge/game.cpp
+++ b/engines/cge/game.cpp
@@ -56,7 +56,7 @@ Fly::Fly(CGEEngine *vm, Bitmap **shpl)
void Fly::tick() {
step();
- if (!_flags._kept) {
+ if (!_flags.flags._kept) {
if (newRandom(10) < 1) {
_tx = newRandom(3) - 1;
_ty = newRandom(3) - 1;