GRIM: Make Lua_V1::SetCameraInterest() empty

This commit is contained in:
Paweł Kołodziejski 2022-01-17 14:07:37 +01:00
parent c126a2d46a
commit ab923d53ea
No known key found for this signature in database
GPG Key ID: 0BDADC9E74440FF7

View File

@ -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() {