From: Denny V. <vra...@us...> - 2004-04-23 13:18:53
|
Update of /cvsroot/darkeyetool/det/src/dsa In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4704 Modified Files: Kampftechnik.h Log Message: Absturz bei Bauern - skt_ nicht initialisiert (Bugmeldung Twel u.a.) Index: Kampftechnik.h =================================================================== RCS file: /cvsroot/darkeyetool/det/src/dsa/Kampftechnik.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Kampftechnik.h 13 Apr 2004 14:06:52 -0000 1.11 --- Kampftechnik.h 23 Apr 2004 13:18:45 -0000 1.12 *************** *** 45,49 **** class KampftechnikDefinition { public: ! KampftechnikDefinition(const std::string& id = "") : id_(id), eBE_("-") {} static std::string Klasse() { return _t("Kampftechnik"); } static std::string Klassen() { return _t("Kampftechniken"); } --- 45,49 ---- class KampftechnikDefinition { public: ! KampftechnikDefinition(const std::string& id = "") : id_(id), eBE_("-"), skt_(D) {} static std::string Klasse() { return _t("Kampftechnik"); } static std::string Klassen() { return _t("Kampftechniken"); } *************** *** 185,188 **** --- 185,191 ---- //@+node:<< Version History >> // $Log$ + // Revision 1.12 2004/04/23 13:18:45 vrandezo + // Absturz bei Bauern - skt_ nicht initialisiert (Bugmeldung Twel u.a.) + // // Revision 1.11 2004/04/13 14:06:52 vrandezo // Hauszauber implementiert |