Fixed compiler warning
[supertux.git] / src / supertux / sector.cpp
index ebf1344..f67d5b1 100644 (file)
@@ -77,6 +77,7 @@ Sector::Sector(Level* parent) :
   sector_table(),
   scripts(),
   ambient_light( 1.0f, 1.0f, 1.0f, 1.0f ),
+  foremost_layer(),
   gameobjects(),
   moving_objects(),
   spawnpoints(),