Added short delay(Millis) call while waiting for text input, should reduce CPU usage a little bit.

svn-id: r34149
This commit is contained in:
Johannes Schickel 2008-08-25 13:52:10 +00:00
parent 41bbdc427d
commit 3b90f69a6e

View File

@ -780,6 +780,7 @@ const char *GUI_v2::nameInputProcess(char *buffer, int x, int y, uint8 c1, uint8
}
_keyPressed.reset();
_vm->delay(10);
}
return buffer;