Fix tests

This commit is contained in:
Elias Naur 2005-01-18 19:22:43 +00:00
parent 89074eafa2
commit 87ce7a85af
2 changed files with 1 additions and 23 deletions

View file

@ -136,8 +136,6 @@ public class SyncTest {
// if we have a module - get going
if (module != null) {
// high priority... - might otherwise skip
Sys.setProcessPriority(Sys.HIGH_PRIORITY);
// go go go!
run();
@ -258,4 +256,4 @@ public class SyncTest {
FSound.FSOUND_Close();
FMOD.destroy();
}
}
}