[wpdev-commits] wolfpack/muls maps.cpp,1.11,1.12
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-17 16:34:18
|
Update of /cvsroot/wpdev/wolfpack/muls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1614/muls Modified Files: maps.cpp Log Message: crashfix Index: maps.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/muls/maps.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** maps.cpp 16 Sep 2004 01:40:17 -0000 1.11 --- maps.cpp 17 Sep 2004 16:34:01 -0000 1.12 *************** *** 266,269 **** --- 266,270 ---- registerMap( 2, "map2.mul", 288, 200, "statics2.mul", "staidx2.mul" ); registerMap( 3, "map3.mul", 320, 256, "statics3.mul", "staidx3.mul" ); + registerMap( 4, "map4.mul", 181, 181, "statics4.mul", "staidx4.mul" ); cComponent::load(); |