summaryrefslogtreecommitdiff
path: root/cgme.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-16 17:15:10 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-16 17:15:10 +0200
commit72254e73f91e9385184bca91d8bdcc575a26e618 (patch)
treea3004314096cebc5cce4d4e257a5c3c216865ec8 /cgme.c
parentdaaf3edaf115c9adb4485b10b8ed7273ef478bba (diff)
fixed several position reporting issues
Diffstat (limited to 'cgme.c')
-rw-r--r--cgme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgme.c b/cgme.c
index 30d9d866..dd6480fe 100644
--- a/cgme.c
+++ b/cgme.c
@@ -69,7 +69,7 @@ cgme_read (char *bytes, int size) {
if (gme_play (emu, size/2, (short*)bytes)) {
return 0;
}
- cgme.info.position += t;
+// cgme.info.position += t;
if (reallength == -1) {
// check if whole buffer is zeroes
int i;