some help correction

This commit is contained in:
zicodxx 2007-04-06 19:54:31 +00:00
parent c36e1b8572
commit 5c87d50445
2 changed files with 14 additions and 10 deletions

View file

@ -461,7 +461,7 @@ Help(PROGRAM_NAME + ', SConstruct file help:' +
Extra options (add them to command line, like 'scons extraoption=value'):
'sharepath=DIR' (*NIX only) use DIR for shared game data. Must end with a slash.
'sharepath=DIR' (*NIX only) use DIR for shared game data. (default: /usr/local/share/games/d1x-rebirth)
'sdl_only=1' don't include OpenGL, use SDL-only instead
'sdlmixer=1' (*NIX only) use SDL_Mixer for sound (includes external music support)
'shareware=1' build SHAREWARE version

View file

@ -1,5 +1,9 @@
D1X-Rebirth Changelog
20070406
--------
SConstruct: some help correction
20070405
--------
main/game.c, main/game.h, main/gameseq.c, main/gauges.c, main/inferno.c, main/menu.c, main/playsave.c: remove final remains of VR_current_page and VR_use_paging, resolution variable cleanup - remove VR_screen_mode and VR_render_width/height (Game_screen_mode is the actual resolution put in an int, not an index)