mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-07 04:34:55 +00:00
quick fix
This commit is contained in:
parent
4f3be49728
commit
78718700f9
|
@ -1007,7 +1007,7 @@ CStats::ConstructStatLine(int rowIdx)
|
|||
// What a random stat...
|
||||
if (lastProcessedDay != DaysPassed) {
|
||||
lastProcessedDay = DaysPassed;
|
||||
lastPoliceSpending = (CTimer::GetTimeInMilliseconds() + 80) * 255.44f;
|
||||
lastPoliceSpending = (CTimer::GetTimeInMilliseconds() & 255 + 80) * 255.44f;
|
||||
}
|
||||
STAT_LINE_1(float, "DAYPLC", lastPoliceSpending, 3);
|
||||
|
||||
|
|
Loading…
Reference in a new issue