Fixed a BOOL being set to 0 instead of FALSE
This commit is contained in:
parent
cfcee6d4c3
commit
9e7c36c1a6
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ int CampLoop()
|
|||
LoadTextScript2("ArmsItem.tsc");
|
||||
|
||||
gCampTitleY = (WINDOW_HEIGHT - 192) / 2;
|
||||
gCampActive = 0;
|
||||
gCampActive = FALSE;
|
||||
gSelectedItem = 0;
|
||||
|
||||
//Run script
|
||||
|
|
Loading…
Add table
Reference in a new issue