[Scummvm-git-logs] scummvm master -> 9c5ed654e7214ac41d7f7f4ced0248b8786b40d9
sev-
noreply at scummvm.org
Sat Mar 5 20:08:50 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:
9c5ed654e7 CHEWY: Fix guard define
Commit: 9c5ed654e7214ac41d7f7f4ced0248b8786b40d9
https://github.com/scummvm/scummvm/commit/9c5ed654e7214ac41d7f7f4ced0248b8786b40d9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-03-05T21:08:10+01:00
Commit Message:
CHEWY: Fix guard define
Changed paths:
engines/chewy/rooms/room48.h
diff --git a/engines/chewy/rooms/room48.h b/engines/chewy/rooms/room48.h
index 46be3720e97..ef26dc1d8c5 100644
--- a/engines/chewy/rooms/room48.h
+++ b/engines/chewy/rooms/room48.h
@@ -19,7 +19,7 @@
*
*/
-#ifndef CHEWY_ROOMS_ROOM38_H
+#ifndef CHEWY_ROOMS_ROOM48_H
#define CHEWY_ROOMS_ROOM48_H
namespace Chewy {
More information about the Scummvm-git-logs
mailing list