1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

More code style

This commit is contained in:
Gymnasiast
2016-10-01 14:38:52 +02:00
parent 03eb6c287c
commit 6291e337dd

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;