summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index b079135c..8e0168b2 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -55,6 +55,7 @@ int gameTime = 0;
OkDialog *deathNotice = NULL;
+#define EMOTION_TIME 150
#define MAX_TIME 10000
class DeatchNoticeListener : public gcn::ActionListener {