summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-21 12:48:46 +0000
committerrubidium <rubidium@openttd.org>2011-08-21 12:48:46 +0000
commit421053a694273c9ea56089316b944769157cfba2 (patch)
tree81862701ef878d6f16091ef6ffbec10cf6c09c57 /src/video
parenta67cf6bae1ffdea7d5451160c8cfa0df691eb963 (diff)
downloadopenttd-421053a694273c9ea56089316b944769157cfba2.tar.xz
(svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h
Diffstat (limited to 'src/video')
-rw-r--r--src/video/sdl_v.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp
index a27866b84..f5389ea55 100644
--- a/src/video/sdl_v.cpp
+++ b/src/video/sdl_v.cpp
@@ -19,7 +19,7 @@
#include "../blitter/factory.hpp"
#include "../network/network.h"
#include "../thread/thread.h"
-#include "../genworld.h"
+#include "../progress.h"
#include "../core/random_func.hpp"
#include "../core/math_func.hpp"
#include "sdl_v.h"