aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2016-05-24 23:28:47 +0200
committerStrangerke2016-05-24 23:28:47 +0200
commitf37bfb4677d185b2ae506596b8eca59f6aea1fda (patch)
treeebb3446342b5da540ae72b026a55948559116334 /engines
parenta68ef2fd1ced4545edcbacf86fa7107b78f5f3ed (diff)
downloadscummvm-rg350-f37bfb4677d185b2ae506596b8eca59f6aea1fda.tar.gz
scummvm-rg350-f37bfb4677d185b2ae506596b8eca59f6aea1fda.tar.bz2
scummvm-rg350-f37bfb4677d185b2ae506596b8eca59f6aea1fda.zip
GNAP: Remove extra semi-column
Diffstat (limited to 'engines')
-rw-r--r--engines/gnap/scenes/scenecore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gnap/scenes/scenecore.cpp b/engines/gnap/scenes/scenecore.cpp
index d4b06c999f..fb6f91c954 100644
--- a/engines/gnap/scenes/scenecore.cpp
+++ b/engines/gnap/scenes/scenecore.cpp
@@ -662,7 +662,7 @@ CutScene::CutScene(GnapEngine *vm) : Scene(vm) {
for (int i = 0; i < 50; i++)
_sequenceIdArr[i] = -1;
-};
+}
void CutScene::run() {
GameSys& gameSys = *_vm->_gameSys;