AVALANCHE: Fix coding style: ++ and --
This commit is contained in:
parent
ff31d8e521
commit
fe8e5c7325
10 changed files with 38 additions and 34 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue