diff options
| author | Strangerke | 2016-05-21 00:16:59 +0200 |
|---|---|---|
| committer | Strangerke | 2016-05-21 00:16:59 +0200 |
| commit | 8a946705167a56d8046d13201498ed1bcea413a4 (patch) | |
| tree | da9533a589d284e6b5d125da2fd3eae0c4eea778 /engines/gnap/scenes | |
| parent | bd2008f9859eea09fa835e24f7b56316f3d84360 (diff) | |
| download | scummvm-rg350-8a946705167a56d8046d13201498ed1bcea413a4.tar.gz scummvm-rg350-8a946705167a56d8046d13201498ed1bcea413a4.tar.bz2 scummvm-rg350-8a946705167a56d8046d13201498ed1bcea413a4.zip | |
GNAP: Remove or rephrase a couple of notes
Diffstat (limited to 'engines/gnap/scenes')
| -rw-r--r-- | engines/gnap/scenes/group0.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/gnap/scenes/group0.cpp b/engines/gnap/scenes/group0.cpp index d958b296a8..b53037ee0e 100644 --- a/engines/gnap/scenes/group0.cpp +++ b/engines/gnap/scenes/group0.cpp @@ -69,8 +69,6 @@ void Scene01::updateHotspots() { } void Scene01::run() { - // NOTE Removed _s01_dword_474380 which was set when the mud was taken - // which is also set in the global game flags. GameSys& gameSys = *_vm->_gameSys; PlayerGnap& gnap = *_vm->_gnap; PlayerPlat& plat = *_vm->_plat; |
