mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
More code style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user