- Made fmodex.dll delay-loaded so the game should be runnable on Windows 95

again, though without sound.



SVN r1506 (trunk)
This commit is contained in:
Randy Heit 2009-03-26 02:33:37 +00:00
commit 35fe9ae690
3 changed files with 349 additions and 305 deletions

View file

@ -1,4 +1,6 @@
March 25, 2009
- Made fmodex.dll delay-loaded so the game should no be runnable on Windows
95 again, though without sound.
- Changed gameinfo_t and gameborder_t to be named structs instead of
typedef'ed anonymous structs.
- Fixed: P_AutoUseHealth() used autousemodes 0 and 1 instead of 1 and 2.