diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-04 01:09:46 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-04 01:09:46 +0100 |
commit | 3f522c745a91dabfa577b4bf1045e58fa436066e (patch) | |
tree | d9c41d05dc28a1b5fffe5d60a60ba98d829320e3 /sys/src/games/doom/i_system.c | |
parent | 88505bff06822e2d6313de477874a7a816935ea7 (diff) |
doom: port to amd64
Diffstat (limited to 'sys/src/games/doom/i_system.c')
-rw-r--r-- | sys/src/games/doom/i_system.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sys/src/games/doom/i_system.c b/sys/src/games/doom/i_system.c index e83d2f0db..81dd62241 100644 --- a/sys/src/games/doom/i_system.c +++ b/sys/src/games/doom/i_system.c @@ -62,27 +62,6 @@ void I_Tactile(int on, int off, int total) USED(on, off, total); } -/* -ticcmd_t emptycmd; -ticcmd_t* I_BaseTiccmd(void) -{ - return &emptycmd; -} - - -int I_GetHeapSize (void) -{ - return mb_used*1024*1024; -} - -byte* I_ZoneBase (int* size) -{ - *size = mb_used*1024*1024; - return (byte *) malloc (*size); -} -*/ - - // // I_Error // |