aboutsummaryrefslogtreecommitdiff
path: root/sword2/router.cpp
diff options
context:
space:
mode:
authorMax Horn2003-07-28 02:37:47 +0000
committerMax Horn2003-07-28 02:37:47 +0000
commit544168e96b04bbcf0015e9a853702f89fa31a40f (patch)
treebbde3dcb07025cc7c5bd0ce6eb2d2f54ab31ea71 /sword2/router.cpp
parent44048d2434a18295c7981e676e4a0520720f992c (diff)
downloadscummvm-rg350-544168e96b04bbcf0015e9a853702f89fa31a40f.tar.gz
scummvm-rg350-544168e96b04bbcf0015e9a853702f89fa31a40f.tar.bz2
scummvm-rg350-544168e96b04bbcf0015e9a853702f89fa31a40f.zip
fixed yet more warnings
svn-id: r9220
Diffstat (limited to 'sword2/router.cpp')
-rw-r--r--sword2/router.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/router.cpp b/sword2/router.cpp
index cf81c45670..2fb498c79d 100644
--- a/sword2/router.cpp
+++ b/sword2/router.cpp
@@ -289,8 +289,8 @@ int32 frame;
//--------------------------------------------------------------------------------------
uint8 CheckForCollision(void)
{
- static uint32 player_pc;
- static uint32 non_player_pc;
+// static uint32 player_pc;
+// static uint32 non_player_pc;
uint8 collision=0;