mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Minor cleanup
This commit is contained in:
@@ -1882,7 +1882,8 @@ BOOL daAgbsw0_c::MoveCheck(s16 conditionNo) {
|
||||
|
||||
break;
|
||||
case 0x1D:
|
||||
if(dComIfGs_getMaxMagic() != 0 && !dComIfGs_getMagic) {
|
||||
// @bug They meant to call this function
|
||||
if(dComIfGs_getMaxMagic() != 0 && dComIfGs_getMagic == 0) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user