[Super-tux-commit] supertux/src level.cpp,1.82,1.83
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-05-23 20:20:34
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7534 Modified Files: level.cpp Log Message: default image changed to arctis.jpg Index: level.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/level.cpp,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- level.cpp 21 May 2004 00:22:57 -0000 1.82 +++ level.cpp 23 May 2004 20:20:20 -0000 1.83 @@ -220,7 +220,7 @@ name = "UnNamed"; author = "UnNamed"; song_title = "Mortimers_chipdisko.mod"; - bkgd_image = "arctis.png"; + bkgd_image = "arctis.jpg"; width = 0; height = 0; start_pos_x = 100; |