Removed warning

This commit is contained in:
Duncan Frost 2015-01-02 22:31:09 +00:00
parent 40a3d98113
commit 3715b1bc79
1 changed files with 1 additions and 1 deletions

View File

@ -1461,7 +1461,7 @@ static void peep_update_walking(rct_peep* peep){
if (peep->bathroom > 140)return;
int chance = 13107;
uint16 chance = 13107;
if (peep_has_food(peep))chance = 2849;
if ((scenario_rand() & 0xFFFF) > chance)return;