From c0a8d09ca72873bbbef14dd317cbd29319e54640 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 9 Feb 2009 02:57:15 +0000 Subject: (svn r15428) -Codechange: consistently use colour instead of having both color and colour. --- src/genworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/genworld.cpp') 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(); -- cgit v1.2.3-54-g00ecf