[Super-tux-commit] supertux/lib/special base.h,1.3,1.4
Brought to you by:
wkendrick
From: Tobias G. <to...@us...> - 2004-07-21 19:40:18
|
Update of /cvsroot/super-tux/supertux/lib/special In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10355/lib/special Modified Files: base.h Log Message: Fixed typo. Index: base.h =================================================================== RCS file: /cvsroot/super-tux/supertux/lib/special/base.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- base.h 21 Jul 2004 16:51:52 -0000 1.3 +++ base.h 21 Jul 2004 19:40:09 -0000 1.4 @@ -30,7 +30,7 @@ /// 'Base' type for game objects. /** Mainly for layered use in game objects. - Containts upper left X and Y coordinates of an + Contains upper left X and Y coordinates of an object along with its width and height. */ struct base_type { |