mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-02-08 17:22:21 +00:00
Removed usage of Sys_GetSystemRam(). refs #164
This commit is contained in:
parent
45b0075a75
commit
195b99e39f
1 changed files with 1 additions and 1 deletions
|
@ -995,7 +995,7 @@ void Posix_LateInit()
|
||||||
Posix_InitConsoleInput();
|
Posix_InitConsoleInput();
|
||||||
com_pid.SetInteger( getpid() );
|
com_pid.SetInteger( getpid() );
|
||||||
common->Printf( "pid: %d\n", com_pid.GetInteger() );
|
common->Printf( "pid: %d\n", com_pid.GetInteger() );
|
||||||
common->Printf( "%d MB System Memory\n", Sys_GetSystemRam() );
|
// common->Printf( "%d MB System Memory\n", Sys_GetSystemRam() );
|
||||||
|
|
||||||
//#ifndef ID_DEDICATED
|
//#ifndef ID_DEDICATED
|
||||||
//common->Printf( "%d MB Video Memory\n", Sys_GetVideoRam() );
|
//common->Printf( "%d MB Video Memory\n", Sys_GetVideoRam() );
|
||||||
|
|
Loading…
Reference in a new issue