projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
417eb21
)
Replace arctis2.jpg background with arctis.jpg when loading old levels
author
Christoph Sommer
<mail@christoph-sommer.de>
Sun, 29 Oct 2006 16:20:05 +0000
(16:20 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Sun, 29 Oct 2006 16:20:05 +0000
(16:20 +0000)
SVN-Revision: 4427
src/sector.cpp
patch
|
blob
|
history
diff --git
a/src/sector.cpp
b/src/sector.cpp
index
7ef5049
..
99e5eb9
100644
(file)
--- a/
src/sector.cpp
+++ b/
src/sector.cpp
@@
-227,6
+227,7
@@
Sector::parse_old_format(const lisp::Lisp& reader)
std::string backgroundimage;
reader.get("background", backgroundimage);
+ if (backgroundimage == "arctis2.jpg") backgroundimage = "arctis.jpg";
float bgspeed = .5;
reader.get("bkgd_speed", bgspeed);
bgspeed /= 100;