[Scummvm-git-logs] scummvm master -> 0238598dd2d929d4d350e5ef540611361257ceb7
Strangerke
Strangerke at scummvm.org
Tue Jun 9 22:41:05 UTC 2020
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:
0238598dd2 KINGDOM: Fix bug in GPL3_590
Commit: 0238598dd2d929d4d350e5ef540611361257ceb7
https://github.com/scummvm/scummvm/commit/0238598dd2d929d4d350e5ef540611361257ceb7
Author: Strangerke (Strangerke at scummvm.org)
Date: 2020-06-09T23:40:51+01:00
Commit Message:
KINGDOM: Fix bug in GPL3_590
Changed paths:
engines/kingdom/logic3.cpp
diff --git a/engines/kingdom/logic3.cpp b/engines/kingdom/logic3.cpp
index dd8e8c2d1f..9ab559e50f 100644
--- a/engines/kingdom/logic3.cpp
+++ b/engines/kingdom/logic3.cpp
@@ -687,7 +687,6 @@ void Logic::GPL3_590() {
_nodes[59] = 0;
}
_vm->playMovie(144);
- _vm->showPic(144);
_currMap = 114;
_vm->playSound(21);
_statPlay = 591;
More information about the Scummvm-git-logs
mailing list