ref: 004d5adf7bef6f20e05b5df6a7b76eceeb9c620c
parent: 8fd92fb19734da7182ac5afc4f16f63e5dbadf87
author: Clownacy <[email protected]>
date: Tue Jan 29 02:45:07 EST 2019
Correct typo in gMC.equip assignment Fixes #29
--- a/src/Game.cpp
+++ b/src/Game.cpp
@@ -284,7 +284,7 @@
//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;