[Scummvm-git-logs] scummvm master -> 660ec10a0ca62efbe8ad91deb804f8a60a582f52
mgerhardy
noreply at scummvm.org
Mon Oct 7 08:51:11 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:
660ec10a0c TWINE: fixed compilation in debugger code
Commit: 660ec10a0ca62efbe8ad91deb804f8a60a582f52
https://github.com/scummvm/scummvm/commit/660ec10a0ca62efbe8ad91deb804f8a60a582f52
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2024-10-07T10:50:56+02:00
Commit Message:
TWINE: fixed compilation in debugger code
Changed paths:
engines/twine/debugger/debug_scene.h
diff --git a/engines/twine/debugger/debug_scene.h b/engines/twine/debugger/debug_scene.h
index aef310ebec2..d97442e206c 100644
--- a/engines/twine/debugger/debug_scene.h
+++ b/engines/twine/debugger/debug_scene.h
@@ -75,7 +75,7 @@ public:
bool _showingTracks = false;
bool _showingClips = false;
bool _godMode = false;
- uint32 _typeZones = 127; // all zones on as default
+ unsigned int _typeZones = 127; // all zones on as default
int16 _onlyLoadActor = -1;
void renderDebugView();
More information about the Scummvm-git-logs
mailing list