[Scummvm-cvs-logs] scummvm master -> f37bfb4677d185b2ae506596b8eca59f6aea1fda
Strangerke
Strangerke at scummvm.org
Tue May 24 23:37:05 CEST 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f37bfb4677 GNAP: Remove extra semi-column
Commit: f37bfb4677d185b2ae506596b8eca59f6aea1fda
https://github.com/scummvm/scummvm/commit/f37bfb4677d185b2ae506596b8eca59f6aea1fda
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-05-24T23:28:47+02:00
Commit Message:
GNAP: Remove extra semi-column
Changed paths:
engines/gnap/scenes/scenecore.cpp
diff --git a/engines/gnap/scenes/scenecore.cpp b/engines/gnap/scenes/scenecore.cpp
index d4b06c9..fb6f91c 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;
More information about the Scummvm-git-logs
mailing list