|
From: Tapio V. <aa...@us...> - 2009-12-09 22:38:23
|
Module: performous
Branch: dance
Commit: 4dcc74b328b3104269298dde5950d39bc6c0f85f
Author: Tapio Vierros <tap...@gm...>
Date: Thu Dec 10 00:36:06 2009 +0200
Hack to test streak popup.
---
game/dancegraph.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/game/dancegraph.cc b/game/dancegraph.cc
index b6c9e9a..413fbfe 100644
--- a/game/dancegraph.cc
+++ b/game/dancegraph.cc
@@ -178,6 +178,8 @@ void DanceGraph::dance(double time, input::Event const& ev) {
<< "; " << p << " points." << std::endl;
it->score = p;
m_score += p;
+
+ m_streak++; // Hack to test streak popup
}
}
}
|