summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-21 12:47:45 +0000
committerrubidium <rubidium@openttd.org>2011-08-21 12:47:45 +0000
commita67cf6bae1ffdea7d5451160c8cfa0df691eb963 (patch)
tree37c445a511c07c62d14d90291fff0e4181867f87 /src/gfx.cpp
parent7b7869fba73a6f9923bb40ccbd7344255f890771 (diff)
downloadopenttd-a67cf6bae1ffdea7d5451160c8cfa0df691eb963.tar.xz
(svn r22787) -Codechange: rename genworld redraw constant
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index eb75ff91e..c08801467 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -1561,8 +1561,8 @@ void DrawDirtyBlocks()
_modal_progress_work_mutex->EndCritical();
/* Wait a while and update _realtime_tick so we are given the rights */
- CSleep(GENWORLD_REDRAW_TIMEOUT);
- _realtime_tick += GENWORLD_REDRAW_TIMEOUT;
+ CSleep(MODAL_PROGRESS_REDRAW_TIMEOUT);
+ _realtime_tick += MODAL_PROGRESS_REDRAW_TIMEOUT;
_modal_progress_paint_mutex->BeginCritical();
_modal_progress_work_mutex->BeginCritical();
}