(svn r22787) -Codechange: rename genworld redraw constant

This commit is contained in:
rubidium
2011-08-21 12:47:45 +00:00
parent 176d0b9f4a
commit 3044b7ecb6
3 changed files with 5 additions and 5 deletions

View File

@@ -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();
}