mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Revert "fix a likely bug in exclamation boxes where high behavior ids don't work"
Some checks are pending
Build coop / build-linux (push) Waiting to run
Build coop / build-steamos (push) Waiting to run
Build coop / build-windows-opengl (push) Waiting to run
Build coop / build-windows-directx (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run
Some checks are pending
Build coop / build-linux (push) Waiting to run
Build coop / build-steamos (push) Waiting to run
Build coop / build-windows-opengl (push) Waiting to run
Build coop / build-windows-directx (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run
This reverts commit c27b9c0e87.
This commit is contained in:
parent
ecac2afd07
commit
0087bfbda0
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ static s32 exclamation_replace_model(struct MarioState* m, s32 model) {
|
|||
}
|
||||
}
|
||||
|
||||
void exclamation_box_spawn_contents(struct ExclamationBoxContent *content, s16 itemId) {
|
||||
void exclamation_box_spawn_contents(struct ExclamationBoxContent *content, u8 itemId) {
|
||||
if (content == NULL) { return; }
|
||||
struct MarioState* marioState = nearest_mario_state_to_object(o);
|
||||
struct Object* player = marioState ? marioState->marioObj : NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue