]> icculus.org git repositories - divverent/darkplaces.git/commit
- Removed Con_SafePrint and Con_SafePrintf since they now does the same things as...
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 2 Dec 2004 09:46:27 +0000 (09:46 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 2 Dec 2004 09:46:27 +0000 (09:46 +0000)
commit29779ce432d34c9f0bc8878761d07c194162e6d0
tree116892ba80be405b506e11f76305412e83970d7f
parentb44705fdf78d86303a002ef75471a966e27a483d
- Removed Con_SafePrint and Con_SafePrintf since they now does the same things as Con_Print and Con_Printf
- Moved log initialization right after memory initialization to make the log functions available as early as possible
- Moved the removal of "qconsole.log" (when -condebug is in the command line) in FS_Init
- Moved the "Console initialized." message so it is actually printed at console
- Removed the declaration of "con_chars" (it doesn't exist anymore)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4818 d7cf8633-e32d-0410-b094-e92efae38249
cd_sdl.c
common.c
conproc.c
console.c
console.h
fs.c
snd_sdl.c
snd_win.c
sys_shared.c
vid_wgl.c