mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
Disable Peel-Out for Miles
This commit is contained in:
parent
25f42259e4
commit
683e3e0292
1 changed files with 2 additions and 1 deletions
|
@ -949,7 +949,8 @@ player_update(Player *player)
|
|||
player->spinrev = 0;
|
||||
sound_play_vag(sfx_dash, 0);
|
||||
}
|
||||
} else if(input_pressing(&player->input, PAD_UP)) {
|
||||
} else if((player->character == CHARA_SONIC)
|
||||
&& input_pressing(&player->input, PAD_UP)) {
|
||||
if(player->col_ledge
|
||||
&& player->vel.vz == 0
|
||||
&& input_pressed(&player->input, PAD_CROSS)) { // Peel-out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue