mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 05:39:01 +00:00
Fixed CGameLogic::PassTime types
This commit is contained in:
parent
f62555c28e
commit
b6cb716452
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ CGameLogic::InitAtStartOfGame()
|
|||
void
|
||||
CGameLogic::PassTime(uint32 time)
|
||||
{
|
||||
uint8 minutes, hours, days;
|
||||
int32 minutes, hours, days;
|
||||
|
||||
minutes = time + CClock::GetMinutes();
|
||||
hours = CClock::GetHours();
|
||||
|
|
Loading…
Reference in a new issue