some bugfixes according to multiple gameID and txt-export

This commit is contained in:
floty
2012-01-03 18:02:29 +00:00
parent d2aeabb47a
commit 52196a09bb
3 changed files with 68 additions and 43 deletions
+2 -1
View File
@@ -54,9 +54,10 @@ private:
void exec_transaction();
int logVersion;
sqlite3 *mySqliteLogDb;
ConfigFile *myConfig;
int curGameID;
int uniqueGameID;
int curHandID;
std::string sql;
};