mirror of
https://github.com/halpz/re3.git
synced 2025-07-12 08:28:06 +00:00
Fix damage bar assert crash
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user