From 7c15f582867c1b023c50202c73d92a5238aa7711 Mon Sep 17 00:00:00 2001 From: mnaumann Date: Tue, 18 Jan 2011 21:58:04 +0000 Subject: [PATCH] www.megaglest.org --- source/glest_game/main/intro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/main/intro.cpp b/source/glest_game/main/intro.cpp index 4d673794f..dc27c54f4 100644 --- a/source/glest_game/main/intro.cpp +++ b/source/glest_game/main/intro.cpp @@ -70,7 +70,7 @@ Intro::Intro(Program *program): texts.push_back(Text(coreData.getLogoTexture(), Vec2i(w/2-128, h/2-64), Vec2i(256, 128), 4000)); texts.push_back(Text(glestVersionString, Vec2i(w/2+45, h/2-45), 4000, coreData.getMenuFontNormal())); - texts.push_back(Text("www.glest.org", Vec2i(w/2, h/2), 12000, coreData.getMenuFontVeryBig())); + texts.push_back(Text("www.megaglest.org", Vec2i(w/2, h/2), 12000, coreData.getMenuFontVeryBig())); SoundRenderer &soundRenderer= SoundRenderer::getInstance(); SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);