projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72ffcfd
)
Fixed the back_scrolling flag as suggested by Michael George over the mailing list.
author
Ricardo Cruz
<rick2@aeiou.pt>
Mon, 3 May 2004 13:32:36 +0000
(13:32 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Mon, 3 May 2004 13:32:36 +0000
(13:32 +0000)
SVN-Revision: 945
src/level.cpp
patch
|
blob
|
history
diff --git
a/src/level.cpp
b/src/level.cpp
index
7f015b0
..
ff80737
100644
(file)
--- a/
src/level.cpp
+++ b/
src/level.cpp
@@
-556,9
+556,9
@@
Level::save(const std::string& subset, int level)
fprintf(fi," (time %d)\n", time_left);
fprintf(fi," (width %d)\n", width);
if(back_scrolling)
- fprintf(fi," (back_scrolling t)\n");
+ fprintf(fi," (back_scrolling
#
t)\n");
else
- fprintf(fi," (back_scrolling f)\n");
+ fprintf(fi," (back_scrolling
#
f)\n");
fprintf(fi," (gravity %2.1f)\n", gravity);
fprintf(fi," (background-tm ");