[wpdev-commits] wolfpack/muls maps.cpp,1.2,1.3
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-07-21 12:43:03
|
Update of /cvsroot/wpdev/wolfpack/muls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15641/muls Modified Files: maps.cpp Log Message: Oh mann....... We missed sending the mapdif enable packet. Index: maps.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/muls/maps.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** maps.cpp 2 Jun 2004 15:04:09 -0000 1.2 --- maps.cpp 21 Jul 2004 12:42:54 -0000 1.3 *************** *** 602,606 **** --- 602,610 ---- QValueVector<staticrecord>* p = mapRecord->staticsCache.find( cachePos ); + #if !defined(_DEBUG) if ( !p ) + #else + if ( true ) + #endif { // Well, unfortunally we will be forced to read the file :( |