mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Cleanup
This commit is contained in:
parent
2a0af8e216
commit
b4559a657c
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -389,7 +389,7 @@ u8 should_start_or_continue_dialog(struct MarioState* m, struct Object* object)
|
||||||
// 0 = not in dialog
|
// 0 = not in dialog
|
||||||
// 1 = starting dialog
|
// 1 = starting dialog
|
||||||
// 2 = speaking
|
// 2 = speaking
|
||||||
s32 set_mario_npc_dialog(struct MarioState* m, s32 actionArg, u8 (*inContinueDialogFunction)(void)) {
|
s32 set_mario_npc_dialog(struct MarioState* m, s32 actionArg, UNUSED u8 (*inContinueDialogFunction)(void)) {
|
||||||
if (!m) { return 0; }
|
if (!m) { return 0; }
|
||||||
|
|
||||||
s32 dialogState = 0;
|
s32 dialogState = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue