From 9bc5ea655b30b1bde6efe5134ce368382a1c76f0 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Mon, 13 Aug 2001 01:20:45 +0000 Subject: Added ctrl+g mouse grab toggle and alt+enter fullscreen toggle. Mouse now works during game. Escape currently exits game (since there is no menu). --- src/winapi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/winapi.c') diff --git a/src/winapi.c b/src/winapi.c index dc3b97e..648df71 100644 --- a/src/winapi.c +++ b/src/winapi.c @@ -205,8 +205,6 @@ unsigned int timeGetTime() secs--; } -printf("Ticks = %u\n", secs * 1000 + (usecs / 1000)); - return secs * 1000 + (usecs / 1000); } -- cgit v1.3