diff options
author | Sven Hesse | 2009-07-05 11:28:38 +0000 |
---|---|---|
committer | Sven Hesse | 2009-07-05 11:28:38 +0000 |
commit | 3b9add8330f2498ba3ea49de5b745f183080c880 (patch) | |
tree | ba0788d5aef18dd9abd48f9b7642d6ae87b2f7c1 /engines/gob | |
parent | bc4f27c6b6c5a7cdf6ecc088ecf39f8f0546d976 (diff) | |
download | scummvm-rg350-3b9add8330f2498ba3ea49de5b745f183080c880.tar.gz scummvm-rg350-3b9add8330f2498ba3ea49de5b745f183080c880.tar.bz2 scummvm-rg350-3b9add8330f2498ba3ea49de5b745f183080c880.zip |
Fixing indent
svn-id: r42126
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/game_v6.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/game_v6.cpp b/engines/gob/game_v6.cpp index e8e08578b3..95e8ddf930 100644 --- a/engines/gob/game_v6.cpp +++ b/engines/gob/game_v6.cpp @@ -85,8 +85,8 @@ void Game_v6::totSub(int8 flags, const char *newTotFile) { if (_vm->_inter->_terminate < 2) _vm->_inter->_terminate = 0; -_hotspots->clear(); -_hotspots->pop(); + _hotspots->clear(); + _hotspots->pop(); if ((flags & 5) && _vm->_inter->_variables) { _vm->_inter->delocateVars(); |