Hugo - Move DOS hardcoded inventory strings to Hugo.dat

svn-id: r52226
This commit is contained in:
Arnaud Boutonné 2010-08-20 15:30:30 +00:00
parent dd1708a1f1
commit 0b4fef3aa7
6 changed files with 15 additions and 27 deletions

View file

@ -31,7 +31,7 @@
#define DATAALIGNMENT 4
#define HUGO_DAT_VER_MAJ 0 // 1 byte
#define HUGO_DAT_VER_MIN 16 // 1 byte
#define HUGO_DAT_VER_MIN 17 // 1 byte
typedef unsigned char uint8;
typedef unsigned char byte;