Correct typo in gMC.equip assignment

Fixes #29
This commit is contained in:
Clownacy 2019-01-29 07:45:07 +00:00
parent 8fd92fb197
commit 004d5adf7b

View file

@ -284,7 +284,7 @@ int ModeTitle()
//Reset cliprect, flags, and give the player the nikumaru counter
grcGame.left = 0;
g_GameFlags = 0;
gMC.equip & 0x100;
gMC.equip |= 0x100;
//Start loop
int wait = 0;