[Scummvm-git-logs] scummvm master -> 25b50c058e90e717437d6e236bd1e27300100597
aquadran
noreply at scummvm.org
Sun Jun 5 20:46:38 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:
25b50c058e GRIM: Fixed compilation
Commit: 25b50c058e90e717437d6e236bd1e27300100597
https://github.com/scummvm/scummvm/commit/25b50c058e90e717437d6e236bd1e27300100597
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-06-05T22:46:34+02:00
Commit Message:
GRIM: Fixed compilation
Changed paths:
engines/grim/emi/lua_v2.h
diff --git a/engines/grim/emi/lua_v2.h b/engines/grim/emi/lua_v2.h
index b151de4728a..bd206bf4cd3 100644
--- a/engines/grim/emi/lua_v2.h
+++ b/engines/grim/emi/lua_v2.h
@@ -135,7 +135,6 @@ protected:
DECLARE_LUA_OPCODE(ImPause) override;
DECLARE_LUA_OPCODE(ImResume) override;
DECLARE_LUA_OPCODE(GetSectorName);
- DECLARE_LUA_OPCODE(GetCameraPosition);
DECLARE_LUA_OPCODE(GetCameraYaw);
DECLARE_LUA_OPCODE(YawCamera);
DECLARE_LUA_OPCODE(GetCameraPitch);
More information about the Scummvm-git-logs
mailing list