From 9e185ce00856ea90690e0ade3f99c06f03162db9 Mon Sep 17 00:00:00 2001 From: seba Date: Thu, 13 Aug 2009 21:42:14 +0200 Subject: [PATCH] added window title --- life.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/life.cpp b/life.cpp index 2e8d003..e8019e2 100644 --- a/life.cpp +++ b/life.cpp @@ -112,7 +112,7 @@ int main(int argc, char **argv) { std::cerr << "SDL konnte nicht initialisiert werden: " << SDL_GetError() << std::endl; return 1; } - + SDL_WM_SetCaption("Seba's 2D/3D Game of Life", "Seba's 2D/3D Game of Life"); SDL_EnableKeyRepeat(150, 50); // Videomode setzen