aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
authorStrangerke2014-05-18 12:34:15 +0200
committerStrangerke2014-05-18 12:34:15 +0200
commite1a06ae543f0926118d2b82aa5344752e11ead1d (patch)
tree826db24ef5d1e0a28affb6fca7b5dabc52ccb31c /engines/mads/game.h
parente7bef9019a71105a19c9f4eff567b8df47387a8b (diff)
downloadscummvm-rg350-e1a06ae543f0926118d2b82aa5344752e11ead1d.tar.gz
scummvm-rg350-e1a06ae543f0926118d2b82aa5344752e11ead1d.tar.bz2
scummvm-rg350-e1a06ae543f0926118d2b82aa5344752e11ead1d.zip
MADS: Replace _ongoingGame by the use of quitGame()
Diffstat (limited to 'engines/mads/game.h')
-rw-r--r--engines/mads/game.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mads/game.h b/engines/mads/game.h
index 0e9640594c..d171638b66 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -149,7 +149,6 @@ public:
int _winStatus;
int _widepipeCtr;
int _loadGameSlot;
- bool _ongoingGame;
public:
virtual ~Game();