summaryrefslogtreecommitdiffstats
path: root/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Game.h')
-rw-r--r--Game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Game.h b/Game.h
index 7960497..f651125 100644
--- a/Game.h
+++ b/Game.h
@@ -43,6 +43,7 @@ class Game {
boost::shared_ptr<Level> level;
float angle;
+ int lightPos;
};
}