[Scummvm-git-logs] scummvm master -> 12db1d18b56393a34da32976437e2aec53d33b9f
Strangerke
noreply at scummvm.org
Mon Nov 18 22:11:45 UTC 2024
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:
12db1d18b5 M4: RIDDLE: Room 204 - Missing renaming in previous commit
Commit: 12db1d18b56393a34da32976437e2aec53d33b9f
https://github.com/scummvm/scummvm/commit/12db1d18b56393a34da32976437e2aec53d33b9f
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2024-11-18T23:11:38+01:00
Commit Message:
M4: RIDDLE: Room 204 - Missing renaming in previous commit
Changed paths:
engines/m4/riddle/rooms/section2/room204.cpp
diff --git a/engines/m4/riddle/rooms/section2/room204.cpp b/engines/m4/riddle/rooms/section2/room204.cpp
index f56864a339a..6b4c4dfb34f 100644
--- a/engines/m4/riddle/rooms/section2/room204.cpp
+++ b/engines/m4/riddle/rooms/section2/room204.cpp
@@ -3104,7 +3104,7 @@ void Room204::handleRipBangsBong() {
}
}
-void Room204::game_set_scale(int32 frontY, int32 backY, int32 frontS, int32 backS) {
+void Room204::gameSetScale(int32 frontY, int32 backY, int32 frontS, int32 backS) {
_G(currentSceneDef).front_y = frontY;
_G(currentSceneDef).back_y = backY;
_G(currentSceneDef).front_scale = frontS;
More information about the Scummvm-git-logs
mailing list