From: Josh B. <bro...@us...> - 2002-11-05 09:17:10
|
browner10 2002/11/05 01:17:09 PST Modified files: src GunPickup.cpp GunPickup.h Log: in order to include the Spread gun we must include SpreadGun not Spreadgun this of course caused a compile problem on linux but probably snuck through on windows. Also in order to handle an exception we must include <stdexcept>. Revision Changes Path 1.2 +1 -1 midworld/src/GunPickup.cpp 1.2 +2 -1 midworld/src/GunPickup.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/midworld/src/GunPickup.cpp.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/midworld/src/GunPickup.h.diff?r1=1.1&r2=1.2&diff_format=h |