rnd-20061029-1-src
[rocksndiamonds.git] / src / init.c
index ee3a1552501dc795292f30884c4af9d54fd45189..aabc7026b630dd834afa213b6a4685ac9c16cf95 100644 (file)
@@ -4572,7 +4572,11 @@ void InitGfx()
 
   font_height = getFontHeight(FC_RED);
 
+#if 1
+  DrawInitText(getWindowTitleString(), 20, FC_YELLOW);
+#else
   DrawInitText(getProgramInitString(), 20, FC_YELLOW);
+#endif
   DrawInitText(PROGRAM_COPYRIGHT_STRING, 50, FC_RED);
   DrawInitText(PROGRAM_WEBSITE_STRING, WIN_YSIZE - 20 - font_height, FC_RED);