From d7575bef1e530eac004c973b0384a12561f0bb8b Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 20 Oct 2003 16:21:24 +0000 Subject: Commit of the month --- lib/base.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/base.cc') diff --git a/lib/base.cc b/lib/base.cc index 7891d50..49e883e 100644 --- a/lib/base.cc +++ b/lib/base.cc @@ -55,7 +55,7 @@ void mogltk::base::Flip() { mogltk::base::base(int w, int h, int flags, int) : surface(0) { width = w; height = h; - + SDL_ShowCursor(SDL_DISABLE); } -- cgit v1.2.3