summaryrefslogtreecommitdiff
path: root/lib/base.cc
diff options
context:
space:
mode:
authorpixel <pixel>2003-10-20 16:21:24 +0000
committerpixel <pixel>2003-10-20 16:21:24 +0000
commitd7575bef1e530eac004c973b0384a12561f0bb8b (patch)
tree9708064eeaa48be1dc4e871cc9aa0241ca32c15f /lib/base.cc
parent5b14b34d6e11611fb395e3cffaf888bcca0f3661 (diff)
Commit of the month
Diffstat (limited to 'lib/base.cc')
-rw-r--r--lib/base.cc2
1 files changed, 1 insertions, 1 deletions
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);
}