Added support for another egistered D1 HOG with different patching order... damn you PARALLAX

This commit is contained in:
zicodxx 2008-05-19 12:45:33 +00:00
parent 0afae4e25c
commit 8d6a5f125c
3 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@ D2X-Rebirth Changelog
20080519
--------
main/gamecntl.c: If a key combo is called which uses key of default wepaon binding, flush inputs
main/mission.c, main/mission.h: Added support for another registered D1 HOG with different patching order... damn you PARALLAX!
20080518
--------

View file

@ -391,6 +391,7 @@ void add_d1_builtin_mission_to_list(mle *mission)
Int3();
// fall through
case D1_MISSION_HOGSIZE:
case D1_MISSION_HOGSIZE2:
case D1_10_MISSION_HOGSIZE:
case D1_MAC_MISSION_HOGSIZE:
mission->filename = d_strdup(D1_MISSION_FILENAME);

View file

@ -31,6 +31,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#define D1_MISSION_FILENAME "descent"
#define D1_MISSION_NAME "Descent: First Strike"
#define D1_MISSION_HOGSIZE 6856701 // v1.4 - 1.5
#define D1_MISSION_HOGSIZE2 6856183 // v1.4 - 1.5 - different patch-way
#define D1_10_MISSION_HOGSIZE 7261423 // v1.0
#define D1_MAC_MISSION_HOGSIZE 7456179
#define D1_OEM_MISSION_NAME "Destination Saturn"