M4: Fix Unused Variable GCC Compiler Warning

This commit is contained in:
D G Turner 2024-08-23 23:08:51 +01:00
parent feaad5cc2c
commit 4329e9b2a3

View File

@ -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() {