comparison NewUI/MainMenu.cpp @ 1847:b6252811663d

Texture error in MainMenuWindow
author Nomad
date Sun, 13 Oct 2013 21:12:57 +0200
parents a5637690ffbb
children c1c74df0a33e
comparison
equal deleted inserted replaced
1843:2e6d3cd052e0 1847:b6252811663d
27 bool MainMenuWindow::Focused() {return false;} 27 bool MainMenuWindow::Focused() {return false;}
28 28
29 bool MainMenuWindow::Initialize() 29 bool MainMenuWindow::Initialize()
30 { 30 {
31 auto background_texture = new RGBTexture; 31 auto background_texture = new RGBTexture;
32 background_texture->Load("newtitle.pcx", 0); 32 background_texture->Load("mm6title.pcx", 0);
33 return true; 33 return true;
34 } 34 }
35 35
36 MainMenuWindow *MainMenuWindow::Create() 36 MainMenuWindow *MainMenuWindow::Create()
37 { 37 {