Use PlayerControlMode in a few places

This commit is contained in:
Tal Hayon
2022-01-29 15:54:09 +02:00
parent fd9049f598
commit 1f2a791e49
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ void sub_0809F69C(Entity* this) {
void sub_0809F6CC(Entity* this) {
if (((gRoomControls.scroll_flags & 4) == 0) && (--this->actionDelay == 0)) {
gPlayerState.controlMode = 1;
gPlayerState.controlMode = CONTROL_1;
DeleteThisEntity();
}
}