Mercurial > mm7
changeset 1848:3b39b70e8e93
Merge
author | Nomad |
---|---|
date | Sun, 13 Oct 2013 21:13:08 +0200 |
parents | b6252811663d (diff) 7954c2f385b5 (current diff) |
children | a02d72dd7653 41cc4dd3c122 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NewUI/MainMenu.cpp Sun Oct 13 23:57:11 2013 +0600 +++ b/NewUI/MainMenu.cpp Sun Oct 13 21:13:08 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; }