diff options
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r-- | src/openttd.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp index 293462651..2c76d9ba6 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -62,13 +62,12 @@ #include "town.h" #include "subsidy_func.h" #include "gfx_layout.h" - +#include "viewport_sprite_sorter.h" #include "linkgraph/linkgraphschedule.h" #include <stdarg.h> - void CallLandscapeTick(); void IncreaseDate(); void DoPaletteAnimations(); @@ -775,6 +774,8 @@ int openttd_main(int argc, char *argv[]) } free(videodriver); + InitializeSpriteSorter(); + /* Initialize the zoom level of the screen to normal */ _screen.zoom = ZOOM_LVL_NORMAL; |