Reverted display mode selection

This commit is contained in:
Elias Naur 2003-03-19 12:41:28 +00:00
parent df1d611624
commit 0d620e9125
11 changed files with 100 additions and 126 deletions

View file

@ -92,7 +92,7 @@ public class MovingSoundTest extends BasicTest {
break;
}
}
Display.create(modes[mode], false, "MovingSoundTest");
Display.create(modes[mode], 0, 0, 0, false, "MovingSoundTest");
} catch (Exception e) {
e.printStackTrace();
exit(-1);
@ -256,4 +256,4 @@ public class MovingSoundTest extends BasicTest {
MovingSoundTest movingSoundTest = new MovingSoundTest();
movingSoundTest.execute(args);
}
}
}