mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 22:05:20 -04:00
fix typo in saveg_read_ceiling_t()
This commit is contained in:
parent
1a1ca17f14
commit
c088ee315e
@ -1076,7 +1076,7 @@ static void saveg_read_ceiling_t(ceiling_t *str)
|
||||
str->speed = saveg_read32();
|
||||
|
||||
// fixed_t oldspeed;
|
||||
str->speed = saveg_read32();
|
||||
str->oldspeed = saveg_read32();
|
||||
|
||||
// boolean crush;
|
||||
str->crush = saveg_read32();
|
||||
|
Loading…
x
Reference in New Issue
Block a user