Fix issue 780 (copy-paste fail)
authorunc0rr
Tue, 18 Feb 2014 00:07:13 +0400
changeset 10144 b9d5a91605c7
parent 10143 3636106f5b70
child 10145 67b255f839db
Fix issue #780 (copy-paste fail)
QTfrontend/net/newnetclient.cpp
project_files/hedgewars.pro
--- a/QTfrontend/net/newnetclient.cpp	Sun Feb 16 22:51:25 2014 +0400
+++ b/QTfrontend/net/newnetclient.cpp	Tue Feb 18 00:07:13 2014 +0400
@@ -475,7 +475,7 @@
                 // flag indicating if a player is contributor
                 case 'c':
                         foreach(const QString & nick, nicks)
-                            m_playersModel->setFlag(nick, PlayersListModel::InRoom, setFlag);
+                            m_playersModel->setFlag(nick, PlayersListModel::Contributor, setFlag);
                         break;
                 // flag indicating if a player has engine running
                 case 'g':
--- a/project_files/hedgewars.pro	Sun Feb 16 22:51:25 2014 +0400
+++ b/project_files/hedgewars.pro	Tue Feb 18 00:07:13 2014 +0400
@@ -12,6 +12,7 @@
 INCLUDEPATH += ../QTfrontend/util/platform
 INCLUDEPATH += ../misc/libphysfs
 INCLUDEPATH += ../misc/libphyslayer
+INCLUDEPATH += /usr/local/include/lua51/
 
 DESTDIR = ../bin
 
@@ -248,7 +249,7 @@
 
 RESOURCES += ../QTfrontend/hedgewars.qrc
 
-LIBS += -L../bin -lhwphysfs -lphyslayer
+LIBS += -L../bin -lphysfs -lphyslayer
 
 macx {
     QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6