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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
frosch 14 years ago
parent f34e9ff074
commit b0b7e1172c

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

Loading…
Cancel
Save