start implementing 10 player mode

This commit is contained in:
doitux
2009-03-25 22:59:01 +00:00
parent a69e2ec4b0
commit d7bfab7d4e
71 changed files with 5179 additions and 4331 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
using namespace std;
MyStatusLabel::MyStatusLabel(QFrame* parent)
MyStatusLabel::MyStatusLabel(QGroupBox* parent)
: QLabel(parent) {
mousePress = FALSE;