From: Ingo Ruhnke Date: Wed, 8 Oct 2014 14:28:45 +0000 (+0200) Subject: Fixed compiler warning X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=83c5812ba15bc66c3dc6ae1c3fc59ab29978e514;p=supertux.git Fixed compiler warning --- diff --git a/src/supertux/sector.cpp b/src/supertux/sector.cpp index ebf134411..f67d5b10a 100644 --- a/src/supertux/sector.cpp +++ b/src/supertux/sector.cpp @@ -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(),