Fix some crashes

This commit is contained in:
hondacrx
2020-05-25 20:46:19 -04:00
parent c695b3ee5f
commit 0e61c38792
3 changed files with 33 additions and 6 deletions
-1
View File
@@ -34,7 +34,6 @@ namespace Game.Movement
public MotionMaster(Unit me)
{
_owner = me;
_expireList = null;
_top = -1;
_cleanFlag = MMCleanFlag.None;