Added d1xrdata.zip for custom data

This commit is contained in:
zicodxx 2008-06-01 22:22:34 +00:00
parent 885074607c
commit eb26c2bb7f
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
D1X-Rebirth Changelog
20080602
--------
main/inferno.c: Added d1xrdata.zip for custom data
20080601
--------
include/args.h, main/inferno.c, main/hud.c, main/game.c, main/gamecntl.c, misc/args.c, d2x.ini, README.txt, arch/sdl/digi_mixer.c, arch/sdl/digi_mixer_music.c, arch/sdl/digi_audio.c, arch/win32/include/hmpfile.h, arch/win32/hmpfile.c: Using Windows code to play HMP files on Windows build; Fixed Jukebox keys in help screen; Allow -noredundancy in Singleplayer; Fixed processing of Console keys if Console is not active; Added Multiplayer hints to README; Made INI wrapping safer and more accurate

View file

@ -298,8 +298,8 @@ int main(int argc,char *argv[])
PHYSFS_freeList(list);
}
if (cfile_init("dxx.zip", 0))
con_printf(CON_NORMAL, "Added dxx.zip for additional content\n");
if (cfile_init("d1xrdata.zip", 0))
con_printf(CON_NORMAL, "Added d1xrdata.zip for additional content\n");
if (SDL_Init(SDL_INIT_VIDEO)<0)
Error("SDL library initialisation failed: %s.",SDL_GetError());