Skip to content

Commit

Permalink
why did it do that
Browse files Browse the repository at this point in the history
  • Loading branch information
MegAmi24 authored Aug 20, 2023
1 parent 4873b24 commit 39f8bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RSDKv4/Userdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ void NotifyCallback(int *callback, int *param1, int *param2, int *param3)
stageMode = STAGEMODE_LOAD;
Engine.gameMode = ENGINE_MAINGAME;
stageListPosition = 0;
break;
break;
case NOTIFY_STATS_PARAM_1: PrintLog("NOTIFY: StatsParam1() -> %d, %d, %d", *param1, *param2, *param3); break;
case NOTIFY_STATS_PARAM_2: PrintLog("NOTIFY: StatsParam2() -> %d", *param1); break;
case NOTIFY_CHARACTER_SELECT:
Expand Down

0 comments on commit 39f8bf6

Please sign in to comment.