aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-09-17 20:07:21 +0000
committerMax Horn2003-09-17 20:07:21 +0000
commit0e5e39e64e640160192fe01a1e93964e3bdcb3b2 (patch)
treecb7565493c3e736dc438129b401d525e79c6e3b0
parent1f2ee376428d9edf8d61c915522c77c12e0fdcf6 (diff)
downloadscummvm-rg350-0e5e39e64e640160192fe01a1e93964e3bdcb3b2.tar.gz
scummvm-rg350-0e5e39e64e640160192fe01a1e93964e3bdcb3b2.tar.bz2
scummvm-rg350-0e5e39e64e640160192fe01a1e93964e3bdcb3b2.zip
remove unused variable
svn-id: r10276
-rw-r--r--sword2/logic.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/sword2/logic.cpp b/sword2/logic.cpp
index 325d9a52e2..df3d3fbd69 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -58,10 +58,6 @@ int logic::Process_session(void) { // Tony6June96 (first run 21Oct96)
// point to first object in list
pc = 0;
- static uint32 cycle = 1;
-
- // Zdebug("\n CYCLE %d", cycle);
-
// by minusing the pc we can cause an immediate cessation of logic
// processing on the current list