aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/main_loop.cpp
diff options
context:
space:
mode:
authorGregory Montoir2007-05-29 20:22:20 +0000
committerGregory Montoir2007-05-29 20:22:20 +0000
commit73210b4aa3f27402e66ec778c20ab21353d31cc1 (patch)
treec6e978eb54291ca76b3d53545d3ff10c13deaf4e /engines/cine/main_loop.cpp
parentf66fb127186b8b944a8426954e4f08f37ae65243 (diff)
downloadscummvm-rg350-73210b4aa3f27402e66ec778c20ab21353d31cc1.tar.gz
scummvm-rg350-73210b4aa3f27402e66ec778c20ab21353d31cc1.tar.bz2
scummvm-rg350-73210b4aa3f27402e66ec778c20ab21353d31cc1.zip
added code for freePartRange, freePartEntry and freeOverlay (also renamed some functions and variables).
svn-id: r27006
Diffstat (limited to 'engines/cine/main_loop.cpp')
-rw-r--r--engines/cine/main_loop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cine/main_loop.cpp b/engines/cine/main_loop.cpp
index 5f601b8aa7..24220a8518 100644
--- a/engines/cine/main_loop.cpp
+++ b/engines/cine/main_loop.cpp
@@ -146,7 +146,6 @@ void manageEvents(int count) {
}
int i;
-
for (i = 0; i < count; i++) {
//FIXME(?): Maybe there's a better way to "fix" this?
//