Fix moving floor thinker type not synching

This commit is contained in:
NepDisk 2025-10-21 22:23:44 -04:00
parent 9a168ee63b
commit 0daed03ba0

View file

@ -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);