(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
This commit is contained in:
@@ -252,7 +252,7 @@ static void TownAuthorityWndProc(Window *w, WindowEvent *e)
|
||||
}
|
||||
break;
|
||||
|
||||
case WE_4:
|
||||
case WE_100_TICKS:
|
||||
w->SetDirty();
|
||||
break;
|
||||
}
|
||||
@@ -555,7 +555,7 @@ static void TownDirectoryWndProc(Window *w, WindowEvent *e)
|
||||
}
|
||||
break;
|
||||
|
||||
case WE_4:
|
||||
case WE_100_TICKS:
|
||||
w->SetDirty();
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user