More code style

This commit is contained in:
Gymnasiast 2016-10-01 14:38:52 +02:00
parent 03eb6c287c
commit 6291e337dd
1 changed files with 1 additions and 1 deletions

View File

@ -7297,7 +7297,7 @@ const int face_sprite_large[] = {
static int get_face_sprite_offset(rct_peep *peep){
// ANGRY
if (peep->angriness) return PEEP_FACE_OFFSET_ANGRY;
if (peep->angriness > 0) return PEEP_FACE_OFFSET_ANGRY;
// VERY_VERY_SICK
if (peep->nausea > 200) return PEEP_FACE_OFFSET_VERY_VERY_SICK;