mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 17:49:16 +01: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 New Issue
Block a user