You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
@@ -1 +1 @@
|
||||
v2.1.1
|
||||
v2.1.2
|
||||
|
||||
@@ -35,7 +35,7 @@ void bhv_intro_scene_loop(void) {
|
||||
|
||||
switch (gCutsceneObjSpawn) {
|
||||
case CUTSCENE_OBJ_BEGINNING_LAKITU:
|
||||
spawn_object(o, MODEL_LAKITU, bhvBeginningLakitu);
|
||||
spawn_object_at_origin(o, 0, MODEL_LAKITU, bhvBeginningLakitu);
|
||||
break;
|
||||
|
||||
case CUTSCENE_OBJ_BEGINNING_PEACH:
|
||||
|
||||
@@ -65,7 +65,7 @@ ifeq ($(HOST_ENV),MinGW)
|
||||
endif
|
||||
|
||||
flips: CC := $(CXX)
|
||||
flips_SOURCES := Flips/Flips.cpp
|
||||
flips_SOURCES := FlipsSrc/Flips.cpp
|
||||
flips_CFLAGS := -Wall -Wextra -fopenmp -Os -flto -fuse-linker-plugin -fomit-frame-pointer -fmerge-all-constants \
|
||||
-fvisibility=hidden -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables \
|
||||
-ffunction-sections -fdata-sections -Wl,--gc-sections \
|
||||
|
||||
Reference in New Issue
Block a user