- beginnings of a wingling
[supertux.git] / src / resources.cpp
index cdef725..3d1c391 100644 (file)
@@ -175,6 +175,9 @@ void loadshared()
   /* Upgrades: */
   load_special_gfx();
 
+  /* Objects */
+  load_object_gfx();
+
   /* Distros: */
   img_distro[0] = new Surface(datadir + "/images/tilesets/coin1.png",
                USE_ALPHA);