summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-01-07 00:41:18 (GMT)
committer jacob1 <jfu614@gmail.com>2013-01-07 00:41:18 (GMT)
commit4aaf3b852ee5b7b98f83a3bcf991b6fdcc13f8ff (patch)
tree61ee82ad1ebc65311ba7a506e3b10777a2108586 /src/game/GameView.cpp
parentd1abfc313eb3d6508a35cbef458739b4d7c3f857 (diff)
downloadpowder-4aaf3b852ee5b7b98f83a3bcf991b6fdcc13f8ff.zip
powder-4aaf3b852ee5b7b98f83a3bcf991b6fdcc13f8ff.tar.gz
fix many more uninitialized variables
Diffstat (limited to 'src/game/GameView.cpp')
-rw-r--r--src/game/GameView.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp
index d7e85fb..5118d17 100644
--- a/src/game/GameView.cpp
+++ b/src/game/GameView.cpp
@@ -183,7 +183,8 @@ GameView::GameView():
screenshotIndex(0),
recordingIndex(0),
toolTipPresence(0),
- currentSaveType(0)
+ currentSaveType(0),
+ lastLogEntry(0.0f)
{
int currentX = 1;