mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 17:00:01 +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...
|
// What a random stat...
|
||||||
if (lastProcessedDay != DaysPassed) {
|
if (lastProcessedDay != DaysPassed) {
|
||||||
lastProcessedDay = DaysPassed;
|
lastProcessedDay = DaysPassed;
|
||||||
lastPoliceSpending = (CTimer::GetTimeInMilliseconds() + 80) * 255.44f;
|
lastPoliceSpending = (CTimer::GetTimeInMilliseconds() & 255 + 80) * 255.44f;
|
||||||
}
|
}
|
||||||
STAT_LINE_1(float, "DAYPLC", lastPoliceSpending, 3);
|
STAT_LINE_1(float, "DAYPLC", lastPoliceSpending, 3);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue