diff options
author | Max Horn | 2003-09-17 20:07:21 +0000 |
---|---|---|
committer | Max Horn | 2003-09-17 20:07:21 +0000 |
commit | 0e5e39e64e640160192fe01a1e93964e3bdcb3b2 (patch) | |
tree | cb7565493c3e736dc438129b401d525e79c6e3b0 | |
parent | 1f2ee376428d9edf8d61c915522c77c12e0fdcf6 (diff) | |
download | scummvm-rg350-0e5e39e64e640160192fe01a1e93964e3bdcb3b2.tar.gz scummvm-rg350-0e5e39e64e640160192fe01a1e93964e3bdcb3b2.tar.bz2 scummvm-rg350-0e5e39e64e640160192fe01a1e93964e3bdcb3b2.zip |
remove unused variable
svn-id: r10276
-rw-r--r-- | sword2/logic.cpp | 4 |
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 |