diff options
| author | Torbjörn Andersson | 2008-01-13 22:12:35 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2008-01-13 22:12:35 +0000 |
| commit | 7b1543357216d63885a62f785d65d42ab01766c4 (patch) | |
| tree | 8101903e6c7513020415502482a3599b11cb3340 /engines/sword1 | |
| parent | 16717ce5e19cec165a26b6fb912e19056d0f3db1 (diff) | |
| download | scummvm-rg350-7b1543357216d63885a62f785d65d42ab01766c4.tar.gz scummvm-rg350-7b1543357216d63885a62f785d65d42ab01766c4.tar.bz2 scummvm-rg350-7b1543357216d63885a62f785d65d42ab01766c4.zip | |
Removed unnecessary semi-colons.
svn-id: r30476
Diffstat (limited to 'engines/sword1')
| -rw-r--r-- | engines/sword1/logic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/logic.cpp b/engines/sword1/logic.cpp index fdb3fd3a85..e7e1fb39a4 100644 --- a/engines/sword1/logic.cpp +++ b/engines/sword1/logic.cpp @@ -1639,7 +1639,7 @@ int Logic::fnQuitGame(Object *cpt, int32 id, int32 a, int32 b, int32 c, int32 d, SwordEngine::_systemVars.engineQuit = true; } else error("fnQuitGame() called"); - return fnQuit(cpt, id, 0, 0, 0, 0, 0, 0);; + return fnQuit(cpt, id, 0, 0, 0, 0, 0, 0); } int Logic::fnDeathScreen(Object *cpt, int32 id, int32 a, int32 b, int32 c, int32 d, int32 z, int32 x) { |
