AVALANCHE: Fix coding style: ++ and --

This commit is contained in:
Strangerke 2013-09-04 13:34:58 +02:00
parent ff31d8e521
commit fe8e5c7325
10 changed files with 38 additions and 34 deletions

View file

@ -153,7 +153,7 @@ void Parser::drawCursor() {
bf.x2 = _inputTextPos + 2;
bf.y1 = 168;
bf.y2 = 168;
for (byte fv = 0; fv <= 1; fv ++)
for (byte fv = 0; fv <= 1; fv++)
_vm->_trip->getset[fv].remember(bf);
}