Add MF_SCENERY to the waypoints, if what I remember from toaster is correct, we probably can't use MF_NOTHINK due to it not being synched properly for netplay.

This commit is contained in:
Sryder 2018-12-04 22:35:14 +00:00
parent 9b00709966
commit 93e63d42cb

View file

@ -16050,7 +16050,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
100, // mass
0, // damage
sfx_None, // activesound
MF_NOBLOCKMAP|MF_NOSECTOR|MF_NOCLIP|MF_NOGRAVITY, // flags
MF_NOBLOCKMAP|MF_NOSECTOR|MF_NOCLIP|MF_NOGRAVITY|MF_SCENERY, // flags
S_NULL // raisestate
},