From 1c51c816229473420c800f3dd6eeee61fa24851b Mon Sep 17 00:00:00 2001 From: Maciek Baron Date: Mon, 5 May 2014 16:52:19 +0100 Subject: [PATCH] Reverting struct changes --- src/peep.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/peep.h b/src/peep.h index 57bfa17489..62ef6c9c67 100644 --- a/src/peep.h +++ b/src/peep.h @@ -296,7 +296,8 @@ enum PEEP_ITEM { typedef struct { uint8 type; uint8 item; - uint16 time; + uint8 pad_3; + uint8 pad_4; } rct_peep_thought; typedef struct {