mirror of
https://github.com/s4Ys369/CHEATERex.git
synced 2025-01-23 08:02:09 -05:00
Comment out Star Spawner
It's unnecessarily buggy, but I don't want to remove it completely yet
This commit is contained in:
parent
f2d1dc7a0b
commit
ff9289350a
1 changed files with 4 additions and 4 deletions
|
@ -91,9 +91,9 @@ void cheats_mario_inputs(struct MarioState *m) {
|
|||
while (Cheats.EnableCheats == true) {
|
||||
|
||||
/*100 Coin Star Spawner Prototype*/
|
||||
if (m->controller->buttonPressed & X_BUTTON) {
|
||||
spawn_object(m->marioObj, MODEL_STAR, bhvSpawnedStarNoLevelExit);
|
||||
}
|
||||
//if (m->controller->buttonPressed & X_BUTTON) {
|
||||
//spawn_object(m->marioObj, MODEL_STAR, bhvSpawnedStarNoLevelExit);
|
||||
//}
|
||||
|
||||
/*Coin Spawner Prototype*/
|
||||
if (m->controller->buttonPressed & Y_BUTTON) {
|
||||
|
@ -522,4 +522,4 @@ void cheats_mario_inputs(struct MarioState *m) {
|
|||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue