Fix damage bar assert crash

This commit is contained in:
Sergeanur
2020-02-01 17:22:56 +02:00
parent 6e73d9220a
commit e2f8ad983d
2 changed files with 5 additions and 4 deletions

View File

@ -151,9 +151,6 @@ void COnscreenTimerEntry::ProcessForDisplayClock() {
void COnscreenTimerEntry::ProcessForDisplayCounter() {
uint32 counter = *(uint32*)&CTheScripts::ScriptSpace[m_nCounterOffset];
assert(!m_nType || counter <= 100);
sprintf(m_bCounterBuffer, "%d", counter);
}