summaryrefslogtreecommitdiffhomepage
path: root/GameScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GameScreen.cpp')
-rw-r--r--GameScreen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/GameScreen.cpp b/GameScreen.cpp
index aeda96b..2c8dd06 100644
--- a/GameScreen.cpp
+++ b/GameScreen.cpp
@@ -28,6 +28,7 @@ void
GameScreen::update(const float dt)
{
m_stage->update(dt);
+ m_stats->points += 100 * dt;
if (m_stats->lifes < 0)
g_game.set(std::make_unique<OverScreen>(m_stats));
}