show logos in the log preview (#101)

This commit is contained in:
floty
2012-01-28 12:51:42 +00:00
parent 0f39ca7820
commit 3b96fb2196
3 changed files with 51 additions and 28 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ private:
void writeLog(std::string log_string, int modus);
void cleanUp(result_struct &results, sqlite3 *mySqliteLogDb);
int convertCardStringToInt(std::string val, std::string col);
std::string convertCardIntToString(int code);
std::string convertCardIntToString(int code, int modus);
int lastGameID;