From 195b99e39fdda73facd73cac61e7ce317fc92e33 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Wed, 6 Aug 2014 11:35:42 +0200 Subject: [PATCH] Removed usage of Sys_GetSystemRam(). refs #164 --- neo/sys/posix/posix_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/sys/posix/posix_main.cpp b/neo/sys/posix/posix_main.cpp index a243b0db..38432040 100644 --- a/neo/sys/posix/posix_main.cpp +++ b/neo/sys/posix/posix_main.cpp @@ -995,7 +995,7 @@ void Posix_LateInit() Posix_InitConsoleInput(); com_pid.SetInteger( getpid() ); 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 //common->Printf( "%d MB Video Memory\n", Sys_GetVideoRam() );