mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Fix useless whitespace
This commit is contained in:
parent
f3af152aa6
commit
37a2507bfd
4 changed files with 12 additions and 12 deletions
|
@ -1838,8 +1838,8 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
|
|||
special->z = toucher->z+toucher->height-FixedMul(8*FRACUNIT, special->scale);
|
||||
special->momz = 0;
|
||||
special->flags |= MF_NOGRAVITY;
|
||||
P_SetMobjState (special, special->info->deathstate);
|
||||
S_StartSound (special, special->info->deathsound+(P_RandomKey(special->info->mass)));
|
||||
P_SetMobjState(special, special->info->deathstate);
|
||||
S_StartSound(special, special->info->deathsound+(P_RandomKey(special->info->mass)));
|
||||
}
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue