Some include file optimizations. Fixes for the server.

This commit is contained in:
lotodore
2007-05-15 20:37:37 +00:00
parent c3fd4dded6
commit c160a09811
19 changed files with 144 additions and 123 deletions
+2 -2
View File
@@ -19,8 +19,9 @@
***************************************************************************/
#include "localflop.h"
#include <game_defs.h>
#include <handinterface.h>
using namespace std;
//using namespace std;
LocalFlop::LocalFlop(HandInterface* bR, int id, int qP, int dP, int sB) : FlopInterface(), myHand(bR), myID(id), actualQuantityPlayers(qP), dealerPosition(dP), smallBlindPosition(0), smallBlind(sB), highestSet(0), firstFlopRun(1), firstFlopRound(1), playersTurn(dP)
@@ -83,7 +84,6 @@ void LocalFlop::flopRun() {
myHand->getGuiInterface()->refreshAction();
myHand->switchRounds();
}
else {
// Flop ist wirklich dran