Fixed unsigned compare against zero. Changed win32 priority to

maximum.
This commit is contained in:
crs
2003-05-21 21:22:14 +00:00
parent d577d457e3
commit 3bd3e7a17c
3 changed files with 10 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ void
CPrimaryScreen::mainLoop()
{
// change our priority
CThread::getCurrentThread().setPriority(-13);
CThread::getCurrentThread().setPriority(-14);
// run event loop
try {