(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks Zuu)

This commit is contained in:
frosch 2011-02-24 22:14:41 +00:00
parent f34e9ff074
commit b0b7e1172c
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
/* Also still print to debug window */
DEBUG(ai, level, "[%d] [%c] %s", (uint)_current_company, logc, log->lines[log->pos]);
InvalidateWindowData(WC_AI_DEBUG, 0, _current_company);
InvalidateWindowData(WC_AI_DEBUG, 0, _current_company, true); // breakpoint handling needs calling Invalidate immediately.
}
/* static */ void AILog::FreeLogPointer()