Fix moving floor thinker type not synching
This commit is contained in:
parent
9a168ee63b
commit
0daed03ba0
1 changed files with 1 additions and 0 deletions
|
|
@ -2658,6 +2658,7 @@ static thinker_t *SyncFloormoveThinker(savebuffer_t *save, actionf_p1 thinker, t
|
|||
ht->thinker.function.acp1 = thinker;
|
||||
}
|
||||
|
||||
SYNC(ht->type);
|
||||
SYNC(ht->crush);
|
||||
SYNC(ht->sector);
|
||||
SYNC(ht->direction);
|
||||
|
|
|
|||
Loading…
Reference in a new issue