[Super-tux-commit] supertux/src object_factory.h,1.2,1.3
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2005-01-16 18:10:48
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25544/src Modified Files: object_factory.h Log Message: Easter Egg Demo Level: remember that guy from IRC who wanted to implement the HL2 physics engine into supertux? i made an easteregg about that which i'm going to put into one of the forest levels (if you like it). :-) go through the door in easteregg.stl to see an interesting bug. Other Changes: added object factory to secretarea to make it work again fixed typo in object_factory.h Index: object_factory.h =================================================================== RCS file: /cvsroot/super-tux/supertux/src/object_factory.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- object_factory.h 20 Dec 2004 21:35:36 -0000 1.2 +++ object_factory.h 16 Jan 2005 18:10:38 -0000 1.3 @@ -46,7 +46,7 @@ /** comment from Matze: * Yes I know macros are evil, but in this specific case they save * A LOT of typing and evil code duplication. - * I'll happily acceppt alternatives if someone can present me one that does + * I'll happily accept alternatives if someone can present me one that does * not involve typing 4 or more lines for each object class */ #define IMPLEMENT_FACTORY(CLASS, NAME) \ |