annotate stru123.h @ 1618:f5b13e6be493

Player::UseItem_DrinkPotion_etc some minor edits(brace indentation, a few warnings), commented out 2 sections which never get used
author Grumpy7
date Sat, 14 Sep 2013 07:21:56 +0200
parents f51373466911
children c6fe09a06712
rev   line source
0
Ritor1
parents:
diff changeset
1 #pragma once
Ritor1
parents:
diff changeset
2
Ritor1
parents:
diff changeset
3
Ritor1
parents:
diff changeset
4 /* 62 */
Ritor1
parents:
diff changeset
5 #pragma pack(push, 1)
Ritor1
parents:
diff changeset
6 struct stru123
Ritor1
parents:
diff changeset
7 {
Ritor1
parents:
diff changeset
8 char field_0[75];
567
f51373466911 Pedestals hint string fixed
Nomad
parents: 0
diff changeset
9 unsigned char _decor_events[125];
0
Ritor1
parents:
diff changeset
10 };
Ritor1
parents:
diff changeset
11 #pragma pack(pop)
Ritor1
parents:
diff changeset
12 extern stru123 stru_5E4C90;