aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/character.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/character.h')
-rw-r--r--engines/toon/character.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/toon/character.h b/engines/toon/character.h
index d33c314bf7..b248e7ccf2 100644
--- a/engines/toon/character.h
+++ b/engines/toon/character.h
@@ -143,6 +143,7 @@ protected:
Common::Array<Common::Point> _currentPath;
uint32 _currentPathNode;
int32 _currentWalkStamp;
+ int32 _currentFacingStamp;
};
} // End of namespace Toon