[Scummvm-git-logs] scummvm master -> bccb1c853d42340403d060bd472bd1241d84eb92

whoozle noreply at scummvm.org
Wed Mar 11 00:16:09 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
bccb1c853d PHOENIXVR: add fade warning


Commit: bccb1c853d42340403d060bd472bd1241d84eb92
    https://github.com/scummvm/scummvm/commit/bccb1c853d42340403d060bd472bd1241d84eb92
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-11T00:15:57Z

Commit Message:
PHOENIXVR: add fade warning

Changed paths:
    engines/phoenixvr/commands.h


diff --git a/engines/phoenixvr/commands.h b/engines/phoenixvr/commands.h
index 615d801ae3c..954c386e4f8 100644
--- a/engines/phoenixvr/commands.h
+++ b/engines/phoenixvr/commands.h
@@ -1093,7 +1093,7 @@ struct Fade : public Script::Command {
 
 	Fade(int a0, int a1, int a2) : arg0(a0), arg1(a1), arg2(a2) {}
 	void exec(Script::ExecutionContext &ctx) const override {
-		debug("fade %d %d %d", arg0, arg1, arg2);
+		warning("fade %d %d %d", arg0, arg1, arg2);
 	}
 };
 




More information about the Scummvm-git-logs mailing list