Reverting struct changes

This commit is contained in:
Maciek Baron 2014-05-05 16:52:19 +01:00
parent 29459fb9bb
commit 1c51c81622
1 changed files with 2 additions and 1 deletions

View File

@ -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 {