Fix strange usage of decrement operator.

This commit is contained in:
riccardom 2009-01-17 20:09:53 +00:00
parent bf5ca69394
commit 4447955558
1 changed files with 1 additions and 1 deletions

View File

@ -1792,7 +1792,7 @@ void NDS_setPad(bool R,bool L,bool D,bool U,bool T,bool S,bool B,bool A,bool Y,b
else else
{ {
if (countLid > 0) if (countLid > 0)
countLid = countLid--; countLid--;
} }
u16 padExt = (((u16 *)MMU.ARM7_REG)[0x136>>1] & 0x0070) | u16 padExt = (((u16 *)MMU.ARM7_REG)[0x136>>1] & 0x0070) |