[wpdev-commits] wolfpack spawnregions.cpp,1.71,1.72 spawnregions.h,1.31,1.32
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-02 22:23:25
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9462 Modified Files: spawnregions.cpp spawnregions.h Log Message: huge spawnregion changes Index: spawnregions.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/spawnregions.h,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** spawnregions.h 2 Oct 2004 22:15:51 -0000 1.31 --- spawnregions.h 2 Oct 2004 22:22:57 -0000 1.32 *************** *** 65,69 **** unsigned int countPoints(); ! bool isValidSpot( Coord_cl& pos ); bool findValidSpot( Coord_cl& pos, int tries = -1 ); --- 65,69 ---- unsigned int countPoints(); ! bool isValidSpot( const Coord_cl& pos ); bool findValidSpot( Coord_cl& pos, int tries = -1 ); Index: spawnregions.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/spawnregions.cpp,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** spawnregions.cpp 2 Oct 2004 22:15:50 -0000 1.71 --- spawnregions.cpp 2 Oct 2004 22:22:57 -0000 1.72 *************** *** 203,207 **** } ! bool cSpawnRegion::isValidSpot(Coord_cl &pos) { // Check all sub positions cSpawnPosition *position; --- 203,207 ---- } ! bool cSpawnRegion::isValidSpot(const Coord_cl &pos) { // Check all sub positions cSpawnPosition *position; |