[Scummvm-git-logs] scummvm master -> 4329e9b2a3039e3f0b48d33f3a2309972679f5bf
digitall
noreply at scummvm.org
Fri Aug 23 22:09:15 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:
4329e9b2a3 M4: Fix Unused Variable GCC Compiler Warning
Commit: 4329e9b2a3039e3f0b48d33f3a2309972679f5bf
https://github.com/scummvm/scummvm/commit/4329e9b2a3039e3f0b48d33f3a2309972679f5bf
Author: D G Turner (digitall at scummvm.org)
Date: 2024-08-23T23:08:51+01:00
Commit Message:
M4: Fix Unused Variable GCC Compiler Warning
Changed paths:
engines/m4/graphics/krn_pal.cpp
diff --git a/engines/m4/graphics/krn_pal.cpp b/engines/m4/graphics/krn_pal.cpp
index e508982635a..b47b7e49a35 100644
--- a/engines/m4/graphics/krn_pal.cpp
+++ b/engines/m4/graphics/krn_pal.cpp
@@ -47,7 +47,6 @@ namespace M4 {
#define NUM_FREE FREE_END-(FREE_START)+1
static HotkeyCB remember_esc_key;
-static bool examining_inventory_object;
static HotSpotRec *exam_saved_hotspots;
void krn_pal_game_task() {
More information about the Scummvm-git-logs
mailing list