mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Remove amps from checkpoints
This commit is contained in:
parent
f9b72269f7
commit
cd625acab7
1 changed files with 0 additions and 3 deletions
|
|
@ -674,9 +674,6 @@ void __attribute__((optimize("O0"))) Obj_CrossCheckpoints(player_t* player, fixe
|
||||||
{
|
{
|
||||||
player->lapPoints += 1;
|
player->lapPoints += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
K_SpawnAmps(player, 100*(D_NumPlayersInRace() - player->position)/50, static_cast<mobj_t*>(chk));
|
|
||||||
K_SpawnAmps(player, 100*(D_NumPlayersInRace() - player->position)/50, static_cast<mobj_t*>(chk->other()));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue