sqlite-logging: include log in pokerth_lib; new function for game-logging

This commit is contained in:
floty
2010-12-28 23:01:39 +00:00
parent 05cae76aee
commit 121575caa5
6 changed files with 15 additions and 5 deletions
+2 -1
View File
@@ -21,6 +21,7 @@
#include <enginefactory.h>
#include <guiinterface.h>
#include "log.h"
#include "localexception.h"
#include "engine_msg.h"
@@ -109,7 +110,7 @@ Game::Game(GuiInterface* gui, boost::shared_ptr<EngineFactory> factory,
currentBoard->setPlayerLists(seatsList, activePlayerList, runningPlayerList);
// log game data
// myLog->logNewGameMsg(myGameID, startCash, startSmallBlind, dealerPosition, seatsList);
myLog->logNewGameMsg(myGameID, startCash, startSmallBlind, dealerPosition, seatsList);
//start timer
blindsTimer.reset();