Remove newline in nodrawdistance define

This commit is contained in:
Colton G. Rushton 2020-05-16 10:19:58 -03:00 committed by GitHub
parent 4607c1f9f9
commit 5f78765cf4
1 changed files with 0 additions and 1 deletions

View File

@ -328,7 +328,6 @@ void (*TablePiranhaPlantActions[])(void) = {
*/
void bhv_piranha_plant_loop(void) {
cur_obj_call_action_function(TablePiranhaPlantActions);
#ifndef NODRAWINGDISTANCE
// In WF, hide all Piranha Plants once high enough up.
if (gCurrLevelNum == LEVEL_WF) {