parenthesis

This commit is contained in:
p989 2009-06-16 19:44:46 +00:00
parent 0579983459
commit e2206215bf
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ static void openRecordingMovie(const char* fname)
mr.commands=1;
mr.pad = nds.pad;
if(nds.pad & (1<<0) == 1)
if((nds.pad & (1<<0)) == 1)
mr.commands=4;
if(nds.isTouch) {