From e2206215bf09721f66585d671e34902bff709bb5 Mon Sep 17 00:00:00 2001 From: p989 Date: Tue, 16 Jun 2009 19:44:46 +0000 Subject: [PATCH] parenthesis --- desmume/src/movie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/movie.cpp b/desmume/src/movie.cpp index e32d1893d..db74b5a9f 100644 --- a/desmume/src/movie.cpp +++ b/desmume/src/movie.cpp @@ -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) {