diff options
Diffstat (limited to 'sword2/router.cpp')
| -rw-r--r-- | sword2/router.cpp | 4 | 
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;  | 
