summaryrefslogtreecommitdiff
path: root/cgme.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-16 21:45:18 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-16 21:45:18 +0200
commit888203704217c65db17ea2262204279ab85df283 (patch)
tree24411732ea0a87db7a9ac57702f120b332ee5e2e /cgme.c
parent090ea2c0ad39873550092bde1608ffc9ce31d296 (diff)
updated all codecs to calculate readposition
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 b9722ace..87ac84e5 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.readposition += t;
if (reallength == -1) {
// check if whole buffer is zeroes
int i;