X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fsumhack.cpp;h=6f6a8faf08463bbf93d9923f8657fff0640ef605;hb=5eb4b6d8243150765ce93c8b2a9e2215e5c13543;hp=9e2a224cb8e5225b1d0ff3a47f6ce698a11b5125;hpb=38630d1ae93aa0a015d23ed79a4d7d83fab8918a;p=summerhack diff --git a/src/sumhack.cpp b/src/sumhack.cpp index 9e2a224..6f6a8fa 100644 --- a/src/sumhack.cpp +++ b/src/sumhack.cpp @@ -88,7 +88,7 @@ bool init() { } if(gip->fullscreen) { - SDL_ShowCursor(0); + fxwt::show_cursor(false); } fxwt::set_window_title("The Lab Demos :: Summer Hack (rebuild)"); @@ -145,18 +145,18 @@ bool init() { timer_reset(&timer); timer_start(&timer); - + return true; } void clean_up() { unsigned long time = timer_getmsec(&timer); - + if(music) { sdlvf_done(); } - SDL_ShowCursor(1); + fxwt::show_cursor(true); for(size_t i=0; i