Remove newline in nodrawdistance define
This commit is contained in:
parent
aba9a57e14
commit
fd9909269d
@ -328,7 +328,6 @@ void (*TablePiranhaPlantActions[])(void) = {
|
|||||||
*/
|
*/
|
||||||
void bhv_piranha_plant_loop(void) {
|
void bhv_piranha_plant_loop(void) {
|
||||||
cur_obj_call_action_function(TablePiranhaPlantActions);
|
cur_obj_call_action_function(TablePiranhaPlantActions);
|
||||||
|
|
||||||
#ifndef NODRAWINGDISTANCE
|
#ifndef NODRAWINGDISTANCE
|
||||||
// In WF, hide all Piranha Plants once high enough up.
|
// In WF, hide all Piranha Plants once high enough up.
|
||||||
if (gCurrLevelNum == LEVEL_WF) {
|
if (gCurrLevelNum == LEVEL_WF) {
|
||||||
|
Loading…
Reference in New Issue
Block a user