(svn r3185) const

This commit is contained in:
tron
2005-11-15 09:00:02 +00:00
parent 1b0091e0d2
commit b9729fb72e
8 changed files with 12 additions and 12 deletions

View File

@@ -1548,7 +1548,7 @@ int GetMenuItemIndex(const Window *w, int x, int y)
void InvalidateWindow(byte cls, WindowNumber number)
{
Window *w;
const Window* w;
for (w = _windows; w != _last_window; w++) {
if (w->window_class == cls && w->window_number == number) SetWindowDirty(w);