Fix build window column sizes after map generation

See: #483
This commit is contained in:
Jonathan G Rennison 2023-02-07 19:29:26 +00:00
parent 17f1d92072
commit 2fcb735d7b

View File

@ -343,4 +343,6 @@ void GenerateWorld(GenWorldMode mode, uint size_x, uint size_y, bool reset_setti
}
_GenerateWorld();
ReInitAllWindows(false);
}