mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
Fix demos not working
This commit is contained in:
parent
95677cc5e9
commit
d83e03728c
1 changed files with 2 additions and 0 deletions
|
@ -1217,6 +1217,8 @@ static void start_demo(void) {
|
|||
}
|
||||
|
||||
if (sDemoNumber >= 0 && sDemoNumber <= 6) {
|
||||
gCurrDemoInput = NULL;
|
||||
alloc_anim_dma_table(&gDemo, gDemoInputs, gDemoTargetAnim);
|
||||
load_patchable_table(&gDemo, sDemoNumber, false);
|
||||
gCurrDemoInput = ((struct DemoInput *) gDemo.targetAnim);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue