projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
333fb66
)
Fixed compiler warning
author
Ingo Ruhnke
<grumbel@gmail.com>
Wed, 8 Oct 2014 14:28:45 +0000
(16:28 +0200)
committer
Ingo Ruhnke
<grumbel@gmail.com>
Wed, 8 Oct 2014 14:28:45 +0000
(16:28 +0200)
src/supertux/sector.cpp
patch
|
blob
|
history
diff --git
a/src/supertux/sector.cpp
b/src/supertux/sector.cpp
index
ebf1344
..
f67d5b1
100644
(file)
--- 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(),