(svn r320) -Fix: some last _current_player fixes

This commit is contained in:
truelight
2004-09-25 17:37:32 +00:00
parent 75a54521e8
commit 3dc8dcf312
3 changed files with 8 additions and 0 deletions

View File

@@ -583,6 +583,9 @@ void TileLoop_Water(uint tile)
for(i=0; i!=4; i++)
TileLoopWaterHelper(tile, _tile_loop_offs_array[i]);
}
// _current_player can be changed by TileLoopWaterHelper.. reset it back
// here
_current_player = OWNER_NONE;
// edges
if ( GET_TILE_X(tile)==0 && IS_INT_INSIDE(GET_TILE_Y(tile),1,TILES_Y-3+1)) //NE