diff options
| author | Max Horn | 2005-05-09 18:00:38 +0000 | 
|---|---|---|
| committer | Max Horn | 2005-05-09 18:00:38 +0000 | 
| commit | c804ec2b67b7658bf7df54c0872219d50c015538 (patch) | |
| tree | 871cdd57e38325d41960f45aac3f8e30b35fd6af | |
| parent | 61abb628f899e5bcaf047fd576fd7dd02978e6d1 (diff) | |
| download | scummvm-rg350-c804ec2b67b7658bf7df54c0872219d50c015538.tar.gz scummvm-rg350-c804ec2b67b7658bf7df54c0872219d50c015538.tar.bz2 scummvm-rg350-c804ec2b67b7658bf7df54c0872219d50c015538.zip  | |
small trick to avoid doxygen confusion (I hope...)
svn-id: r18006
| -rw-r--r-- | saga/isomap.cpp | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/saga/isomap.cpp b/saga/isomap.cpp index 98fc236270..88a13a6f45 100644 --- a/saga/isomap.cpp +++ b/saga/isomap.cpp @@ -1049,8 +1049,9 @@ void IsoMap::testPossibleDirections(int16 u, int16 v, uint16 terraComp[8], int s  		if (_vm->_actor->_protagonist->location.z > 0) {		\  			terraComp[index] = SAGA_IMPASSABLE;					\  		}														\ -	}	 +	} +#define TEST_TILE_END	}  	TEST_TILE_PROLOG(0, 0)  		if (skipCenter) { @@ -1070,7 +1071,7 @@ void IsoMap::testPossibleDirections(int16 u, int16 v, uint16 terraComp[8], int s  		FILL_MASK(5, 0x0066)  		FILL_MASK(6, 0x00cc)  		FILL_MASK(7, 0x0cc0) -	} +	TEST_TILE_END  	TEST_TILE_PROLOG(1, 1)  		FILL_MASK(0, 0x0673)  | 
