mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Remove unused maxtop variable
This commit is contained in:
parent
82b4320c61
commit
c38af2c6a2
1 changed files with 0 additions and 2 deletions
|
@ -9159,8 +9159,6 @@ void P_PlayerThink(player_t *player)
|
|||
if ((player->charability == CA_DASHMODE) && !(maptol & TOL_NIGHTS)) // woo, dashmode! no nights tho.
|
||||
{
|
||||
#define dashmode player->glidetime
|
||||
fixed_t maxtop = skins[player->skin].normalspeed * 55/36;
|
||||
|
||||
if (player->speed >= FixedMul(skins[player->skin].normalspeed - 5*FRACUNIT, player->mo->scale) || (player->pflags & PF_STARTDASH))
|
||||
{
|
||||
dashmode++; // Counter. Adds 1 to dash mode per tic in top speed.
|
||||
|
|
Loading…
Reference in a new issue