changeset 1847:b6252811663d

Texture error in MainMenuWindow
author Nomad
date Sun, 13 Oct 2013 21:12:57 +0200
parents 2e6d3cd052e0
children 3b39b70e8e93
files NewUI/MainMenu.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NewUI/MainMenu.cpp	Sun Oct 13 07:18:03 2013 +0200
+++ b/NewUI/MainMenu.cpp	Sun Oct 13 21:12:57 2013 +0200
@@ -29,7 +29,7 @@
 bool MainMenuWindow::Initialize()
 {
   auto background_texture = new RGBTexture;
-  background_texture->Load("newtitle.pcx", 0);
+  background_texture->Load("mm6title.pcx", 0);
   return true;
 }