|
From: Yoda-JM <yo...@us...> - 2009-12-13 20:43:47
|
Module: performous
Branch: master
Commit: 3cde3560173c00055358466a0ad100ed4e48a83a
Author: Vincent Le Ligeour <yo...@us...>
Date: Sun Dec 13 21:10:27 2009 +0100
Fixed some compilation warnings
---
game/joystick.hh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/game/joystick.hh b/game/joystick.hh
index 11cc2d7..283c566 100644
--- a/game/joystick.hh
+++ b/game/joystick.hh
@@ -19,7 +19,7 @@ namespace input {
enum DevType { GUITAR, DRUMS, DANCEPAD };
static const std::size_t BUTTONS = 10;
- static const std::size_t STARPOWER_BUTTON = 5;
+ static const int STARPOWER_BUTTON = 5;
struct Event {
enum Type { PRESS, RELEASE, PICK, WHAMMY };
|