H3 win - Suppress an enum and use directly the screen number, with a comment

svn-id: r52188
This commit is contained in:
Arnaud Boutonné 2010-08-18 15:39:40 +00:00
parent ab5bb86e20
commit fc94562c77
2 changed files with 1 additions and 11 deletions

View file

@ -95,7 +95,7 @@ void intro_3w::preNewGame() {
void intro_3w::introInit() {
// Hugo 3 - show map and set up for introPlay()
//#if STORY
_vm.file().readBackground(INTRO_2_FILE);
_vm.file().readBackground(22); // display screen MAP_3w
_vm.screen().displayBackground();
introTicks = 0;
//#endif