ref: 9e7c36c1a6f2c195f27ab460490a34577c6e6ac3
parent: cfcee6d4c34564428fbe39a191f20eddc8182036
	author: Clownacy <Clownacy@users.noreply.github.com>
	date: Tue Apr  9 08:46:28 EDT 2019
	
Fixed a BOOL being set to 0 instead of FALSE
--- a/src/ArmsItem.cpp
+++ b/src/ArmsItem.cpp
@@ -367,7 +367,7 @@
 	LoadTextScript2("ArmsItem.tsc");gCampTitleY = (WINDOW_HEIGHT - 192) / 2;
- gCampActive = 0;
+ gCampActive = FALSE;
gSelectedItem = 0;
//Run script
--
⑨