cleanup: removed version/id from GameSettings
svn-id: r10995
This commit is contained in:
parent
0ba347414d
commit
53db0a8a07
21 changed files with 112 additions and 116 deletions
|
@ -455,7 +455,7 @@ int32 Logic::fnPlayCredits(int32 *params) {
|
|||
// FIXME: This probably isn't the correct way of shutting down ScummVM
|
||||
// Anyway, I don't know if we ever call this from the demo.
|
||||
|
||||
if (g_sword2->_gameId == GID_SWORD2_DEMO) {
|
||||
if (g_sword2->_features & GF_DEMO) {
|
||||
Close_game(); // close engine systems down
|
||||
exit(0); // quit the game
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue