[Scummvm-git-logs] scummvm master -> 25f31a49895ec0a6c8ee38e4835182e54d786cb3

aquadran noreply at scummvm.org
Sun Jan 16 20:35:36 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:
25f31a4989 GRIM: Make Lua_V1::SpewStartup opcode empty


Commit: 25f31a49895ec0a6c8ee38e4835182e54d786cb3
    https://github.com/scummvm/scummvm/commit/25f31a49895ec0a6c8ee38e4835182e54d786cb3
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-01-16T21:35:32+01:00

Commit Message:
GRIM: Make Lua_V1::SpewStartup opcode empty

Changed paths:
    engines/grim/lua_v1.cpp


diff --git a/engines/grim/lua_v1.cpp b/engines/grim/lua_v1.cpp
index 8631b79251e..18dc1b260b2 100644
--- a/engines/grim/lua_v1.cpp
+++ b/engines/grim/lua_v1.cpp
@@ -746,7 +746,8 @@ void Lua_V1::DetachFromResources() {
 }
 
 void Lua_V1::SpewStartup() {
-	warning("Stub function: SpewStartup");
+	// nothing to implement
+	// originally this opcode launch external library 'spew.dll'
 }
 
 void Lua_V1::GetCameraLookVector() {




More information about the Scummvm-git-logs mailing list