diff --git a/src/Game.cpp b/src/Game.cpp index f0da9a46..9d169d54 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -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;