[Scummvm-git-logs] scummvm master -> 365e7d8599073c2eea6d5bca03dc37539c76e114
aquadran
noreply at scummvm.org
Tue Jun 7 03:42:15 UTC 2022
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:
365e7d8599 GRIM: Added comment to opcode
Commit: 365e7d8599073c2eea6d5bca03dc37539c76e114
https://github.com/scummvm/scummvm/commit/365e7d8599073c2eea6d5bca03dc37539c76e114
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-06-07T05:42:09+02:00
Commit Message:
GRIM: Added comment to opcode
Changed paths:
engines/grim/lua_v1.cpp
diff --git a/engines/grim/lua_v1.cpp b/engines/grim/lua_v1.cpp
index 352b48746ed..1b2a1263154 100644
--- a/engines/grim/lua_v1.cpp
+++ b/engines/grim/lua_v1.cpp
@@ -740,6 +740,7 @@ void Lua_V1::JustLoaded() {
}
void Lua_V1::EnableDebugKeys() {
+ // nothing to implement
}
void Lua_V1::FlushControls() {
@@ -1088,7 +1089,6 @@ void Lua_V1::boot() {
}
void Lua_V1::postRestoreHandle() {
-
if (g_grim->getGameType() == GType_GRIM) {
lua_beginblock();
// Set the developerMode, since the save contains the value of
More information about the Scummvm-git-logs
mailing list