From: Matthias Braun Date: Sun, 23 May 2004 20:20:20 +0000 (+0000) Subject: default image changed to arctis.jpg X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=d1cdfffa0747db3994807e97e708a46dc04d8aea;p=supertux.git default image changed to arctis.jpg SVN-Revision: 1301 --- diff --git a/src/level.cpp b/src/level.cpp index 66da47787..379b6d9d6 100644 --- a/src/level.cpp +++ b/src/level.cpp @@ -220,7 +220,7 @@ Level::init_defaults() 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;