[Scummvm-git-logs] scummvm master -> 803eccf49f42cd25f74e271bc9ce56420b2658ed
bluegr
noreply at scummvm.org
Wed Dec 25 15:56:29 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:
803eccf49f JANITORIAL: M4: Fix typos
Commit: 803eccf49f42cd25f74e271bc9ce56420b2658ed
https://github.com/scummvm/scummvm/commit/803eccf49f42cd25f74e271bc9ce56420b2658ed
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-12-25T17:56:27+02:00
Commit Message:
JANITORIAL: M4: Fix typos
Changed paths:
engines/m4/burger/rooms/section1/room137.cpp
diff --git a/engines/m4/burger/rooms/section1/room137.cpp b/engines/m4/burger/rooms/section1/room137.cpp
index 732ce6f4eb7..eb035ca3c02 100644
--- a/engines/m4/burger/rooms/section1/room137.cpp
+++ b/engines/m4/burger/rooms/section1/room137.cpp
@@ -165,7 +165,7 @@ void Room137::daemon() {
}
if (!digi_play_state(2) && _flag1 && imath_ranged_rand(1, 3000) == 235) {
- // Ocassional actions. *VERY* occasional actions
+ // Occasional actions. *VERY* occasional actions
if (_flag2 && inv_object_in_scene("keys", 138)) {
digi_play("137_022", 2, 100);
_flag2 = false;
More information about the Scummvm-git-logs
mailing list