projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edaacb3
)
Fixed typo.
author
Tobias Gläßer
<tobi.web@gmx.de>
Wed, 21 Jul 2004 19:40:09 +0000
(19:40 +0000)
committer
Tobias Gläßer
<tobi.web@gmx.de>
Wed, 21 Jul 2004 19:40:09 +0000
(19:40 +0000)
SVN-Revision: 1612
lib/special/base.h
patch
|
blob
|
history
diff --git
a/lib/special/base.h
b/lib/special/base.h
index
7381dc1
..
22af933
100644
(file)
--- a/
lib/special/base.h
+++ b/
lib/special/base.h
@@
-30,7
+30,7
@@
namespace SuperTux
/// 'Base' type for game objects.
/** Mainly for layered use in game objects.
- Contain
t
s 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
{