mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
main.c (main): Print version information at startup.
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@25 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
d726390dd5
commit
fd1bdb4ac3
1 changed files with 4 additions and 2 deletions
|
@ -57,12 +57,14 @@ int main(int argc, char *argv[])
|
|||
if (!parms.membase)
|
||||
Sys_Error ("Not enough memory free; check disk space\n");
|
||||
|
||||
// Sys_PageIn (parms.membase, parms.memsize); don't think this is needed -- kristian
|
||||
|
||||
// TODO: dedicated server setup
|
||||
|
||||
// S_BlockSound(); do I need this?
|
||||
|
||||
Con_Printf("\nFitzQuake Version %1.2f (c) John Fitzgibbons\n", FITZQUAKE_VERSION);
|
||||
Con_Printf("SDL port (c) Sleepwalkr, Baker, and OZ\n");
|
||||
Con_Printf("This version hacked by Stevenaaus and OZ\n");
|
||||
|
||||
Con_Printf("Host_Init\n");
|
||||
Host_Init(&parms);
|
||||
|
||||
|
|
Loading…
Reference in a new issue