diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 7fb031e5..0e0c1c48 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -80,7 +80,6 @@ ConfirmDialog *exitConfirm = NULL; Being *target = NULL; Inventory *inventory = NULL; -bool requestTradeDialogOpen = false; const int EMOTION_TIME = 150; /**< Duration of emotion icon */ const int MAX_TIME = 10000; |