Merge pull request #330 from hatal175/playeractions

Use PlayerActions enum in several places
This commit is contained in:
notyourav
2022-01-29 22:43:26 -08:00
committed by GitHub
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ void sub_08094FA8(Object6AEntity* this) {
}
break;
case 3:
if (gPlayerEntity.action != 12) {
if (gPlayerEntity.action != PLAYER_EMPTYBOTTLE) {
super->action = 4;
#ifndef EU
if (!CheckGlobalFlag(BIN_DOGFOOD)) {