[Scummvm-git-logs] scummvm master -> ab923d53ea2a64d8c3e30177ca2adb1117e289fe
aquadran
noreply at scummvm.org
Mon Jan 17 13:07:42 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:
ab923d53ea GRIM: Make Lua_V1::SetCameraInterest() empty
Commit: ab923d53ea2a64d8c3e30177ca2adb1117e289fe
https://github.com/scummvm/scummvm/commit/ab923d53ea2a64d8c3e30177ca2adb1117e289fe
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-01-17T14:07:37+01:00
Commit Message:
GRIM: Make Lua_V1::SetCameraInterest() empty
Changed paths:
engines/grim/lua_v1.cpp
diff --git a/engines/grim/lua_v1.cpp b/engines/grim/lua_v1.cpp
index c302f31e6e0..a595114ee04 100644
--- a/engines/grim/lua_v1.cpp
+++ b/engines/grim/lua_v1.cpp
@@ -749,12 +749,13 @@ void Lua_V1::SpewStartup() {
// originally this opcode launch external library 'spew.dll'
}
-void Lua_V1::GetCameraLookVector() {
- warning("Stub function: GetCameraLookVector");
+void Lua_V1::SetCameraInterest() {
+ // nothing to implement
+ // it's referenced once in Grim dead lua code
}
-void Lua_V1::SetCameraInterest() {
- warning("Stub function: SetCameraInterest");
+void Lua_V1::GetCameraLookVector() {
+ warning("Stub function: GetCameraLookVector");
}
void Lua_V1::GetCameraPosition() {
More information about the Scummvm-git-logs
mailing list