aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-05-23 10:28:03 +0000
committerFilippos Karapetis2010-05-23 10:28:03 +0000
commitc874ff15a8e95acb85940ba5de0243b93077cc9d (patch)
tree7d3f79b70d745d775af70d665c10fabf28870dae /engines/sci/engine/state.h
parentdd9bf70761f2de9771912984209422f1f63bd3e8 (diff)
downloadscummvm-rg350-c874ff15a8e95acb85940ba5de0243b93077cc9d.tar.gz
scummvm-rg350-c874ff15a8e95acb85940ba5de0243b93077cc9d.tar.bz2
scummvm-rg350-c874ff15a8e95acb85940ba5de0243b93077cc9d.zip
Cleaned up the game ID code:
- The game ID is now obtained from ScummVM ID directly, not by converting Sierra's internal ID - Moved the code which reads the internal Sierra ID inside the resource manager - Moved the code which converts the internal Sierra ID to ScummVM's IDs together with the rest of the detection code svn-id: r49152
Diffstat (limited to 'engines/sci/engine/state.h')
-rw-r--r--engines/sci/engine/state.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h
index c4b995806f..ad2b0f7058 100644
--- a/engines/sci/engine/state.h
+++ b/engines/sci/engine/state.h
@@ -105,8 +105,6 @@ public:
SegManager *_segMan; /**< The segment manager */
Vocabulary *_voc;
- Common::String _gameId; /**< Designation of the primary object (which inherits from Game) */
-
/* Non-VM information */
SciEvent *_event; // Event handling