projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eceb31
)
Using wrong name for sprite.
author
Ricardo Cruz
<rick2@aeiou.pt>
Fri, 13 Aug 2004 14:02:20 +0000
(14:02 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Fri, 13 Aug 2004 14:02:20 +0000
(14:02 +0000)
SVN-Revision: 1767
src/resources.cpp
patch
|
blob
|
history
diff --git
a/src/resources.cpp
b/src/resources.cpp
index
9b69d67
..
efa7f31
100644
(file)
--- a/
src/resources.cpp
+++ b/
src/resources.cpp
@@
-118,7
+118,7
@@
void loadshared()
/* Tuxes: */
smalltux_star = sprite_manager->load("smalltux-star");
- largetux_star = sprite_manager->load("
large
tux-star");
+ largetux_star = sprite_manager->load("
big
tux-star");
smalltux_gameover = sprite_manager->load("smalltux-gameover");
char img_name[1024];