HUGO: Improve mouse support in H3 DOS version

- Fix description of Penelope lying (when using mouse)
- Use H3 Win logic in order to handle horizon
- Add a workaround for a data bug in scenery1.dat, fixing the
pathfinding bug in Crash screen

svn-id: r55292
This commit is contained in:
Arnaud Boutonné 2011-01-18 09:16:52 +00:00
parent 839926ef10
commit 4413754ad2
7 changed files with 208 additions and 177 deletions

View file

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