From 9e7c36c1a6f2c195f27ab460490a34577c6e6ac3 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Tue, 9 Apr 2019 12:46:28 +0100 Subject: [PATCH] Fixed a BOOL being set to 0 instead of FALSE --- src/ArmsItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ArmsItem.cpp b/src/ArmsItem.cpp index 101f5378..7ace59eb 100644 --- a/src/ArmsItem.cpp +++ b/src/ArmsItem.cpp @@ -367,7 +367,7 @@ int CampLoop() LoadTextScript2("ArmsItem.tsc"); gCampTitleY = (WINDOW_HEIGHT - 192) / 2; - gCampActive = 0; + gCampActive = FALSE; gSelectedItem = 0; //Run script