Add delay to help reduce cpu usage in some sections.

svn-id: r11875
This commit is contained in:
Travis Howell 2003-12-23 10:47:36 +00:00
parent 94750df7ee
commit 10579f2e75

View File

@ -1100,6 +1100,7 @@ int SimonEngine::runScript() {
invalid_opcode:;
error("Invalid opcode '%d'", opcode);
}
delay(1);
} while (condition != flag);