mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
JumpToAllRange cheat check
This commit is contained in:
parent
bff2324fae
commit
e42b27b4f9
@ -2105,7 +2105,7 @@ void Display_Update(void) {
|
|||||||
if (CVarGetInteger("gDebugJumpToAllRange", 0) == 1) {
|
if (CVarGetInteger("gDebugJumpToAllRange", 0) == 1) {
|
||||||
Player* pl2 = &gPlayer[0];
|
Player* pl2 = &gPlayer[0];
|
||||||
|
|
||||||
if (gControllerPress[0].button & L_TRIG) {
|
if ((gLevelMode != LEVELMODE_ALL_RANGE) && (gControllerPress[0].button & L_TRIG)) {
|
||||||
pl2->state_1C8 = PLAYERSTATE_1C8_START_360;
|
pl2->state_1C8 = PLAYERSTATE_1C8_START_360;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user