1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Reverting struct changes

This commit is contained in:
Maciek Baron
2014-05-05 16:52:19 +01:00
parent 29459fb9bb
commit 1c51c81622

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 {