annotate stru123.h @ 1604:4b79ff62df3a

Moved enchantment attribute bonus list to items.cpp/h, created static function that create the enchantments + helper functions to get the enchantment strength, moved the whole logic of Player::GetItemsBonus to a case
author Grumpy7
date Sat, 14 Sep 2013 06:04:18 +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;