mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-30 00:15:47 -04:00
Minor fixes
This commit is contained in:
@@ -1415,7 +1415,7 @@ unsigned int GroupObject::getSecondsLeftOnGroupPickup() const
|
||||
{
|
||||
time_t const timeNow = ::time(NULL);
|
||||
if (groupPickupTimer.second > timeNow)
|
||||
return (groupPickupTimer.second - timeNow);
|
||||
return (groupPickupTimer.second - (int)timeNow);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user