mirror of
https://github.com/halpz/re3.git
synced 2025-10-07 05:01:51 +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