Skip to content

Commit

Permalink
tr1/objects/switch: fix underwater lever setup
Browse files Browse the repository at this point in the history
Resolves #2567.
  • Loading branch information
lahm86 committed Feb 28, 2025
1 parent 90a9e82 commit df672ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tr1/game/objects/general/switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ bool Switch_Trigger(int16_t item_num, int16_t timer)
}

REGISTER_OBJECT(O_SWITCH_TYPE_1, M_Setup)
REGISTER_OBJECT(O_SWITCH_TYPE_2, M_Setup)
REGISTER_OBJECT(O_SWITCH_TYPE_2, M_SetupUW)

0 comments on commit df672ec

Please sign in to comment.