X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fsumhack.cpp;h=9e2a224cb8e5225b1d0ff3a47f6ce698a11b5125;hb=8362b2cea575d5e444d48326a704664e3a87692d;hp=75c6fa3d7b3652b30e70836ad08e081d292baaba;hpb=21cb5f9bccf9d04d686e3126bfd7510dfa554d88;p=summerhack diff --git a/src/sumhack.cpp b/src/sumhack.cpp index 75c6fa3..9e2a224 100644 --- a/src/sumhack.cpp +++ b/src/sumhack.cpp @@ -91,7 +91,7 @@ bool init() { SDL_ShowCursor(0); } - fxwt::set_window_title("The Lab Demos :: Summer Hack"); + fxwt::set_window_title("The Lab Demos :: Summer Hack (rebuild)"); fxwt::set_display_handler(update_gfx); fxwt::set_idle_handler(update_gfx); fxwt::set_keyboard_handler(key_handler);