replaced bell object with firefly, renamed all hooks back to bell. Changed phone...
[supertux.git] / src / object / light.cpp
index ebd8146..42dcc2c 100644 (file)
@@ -10,7 +10,7 @@
 
 Light::Light(const lisp::Lisp& )
 {
-  sprite = sprite_manager->create("lightmap_light");
+  sprite = sprite_manager->create("images/objects/lightmap_light/lightmap_light.sprite");
 }
 
 Light::~Light()