mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks Zuu)
This commit is contained in:
parent
f34e9ff074
commit
b0b7e1172c
@ -75,7 +75,7 @@
|
|||||||
|
|
||||||
/* Also still print to debug window */
|
/* Also still print to debug window */
|
||||||
DEBUG(ai, level, "[%d] [%c] %s", (uint)_current_company, logc, log->lines[log->pos]);
|
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()
|
/* static */ void AILog::FreeLogPointer()
|
||||||
|
Loading…
Reference in New Issue
Block a user