summaryrefslogtreecommitdiff
path: root/src/genworld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r--src/genworld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp
index 07f98fa58..ff30e4720 100644
--- a/src/genworld.cpp
+++ b/src/genworld.cpp
@@ -295,7 +295,7 @@ void GenerateWorld(GenerateWorldMode mode, uint size_x, uint size_y)
ResetWindowSystem();
/* Create toolbars */
- SetupColorsAndInitialWindow();
+ SetupColoursAndInitialWindow();
if (_gw.thread != NULL) {
_gw.thread->Join();