|
From: Lasse Kärkkäi. <tr...@us...> - 2011-02-23 22:34:27
|
Author: Tapio Vierros <tap...@gm...>
Date: Wed Feb 9 21:24:35 2011 +0200
Fix warning.
---
game/notes.cc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/game/notes.cc b/game/notes.cc
index ed9f4ea..14af3a2 100644
--- a/game/notes.cc
+++ b/game/notes.cc
@@ -80,6 +80,7 @@ double Note::scoreMultiplier() const {
case LIFT:
return 1.0;
}
+ return 0.0;
}
double Note::powerFactor(double note) const {
|