resolve warnings of cppcheck
This commit is contained in:
@@ -4280,7 +4280,7 @@ int LocalPlayer::turnCardsValue(int* cards)
|
|||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
// Test auf Straight-Flush-Ausnahme 5-4-3-2-A
|
// Test auf Straight-Flush-Ausnahme 5-4-3-2-A
|
||||||
if(array[j1][1] == 12 && (array[j1+1][1]<=3 || (array[j1+2][1]<=3 && array[j1][0]==array[j1+4][0]) || (array[j1+3][1]<=3 && array[j1][0]==array[j1+4][0] && array[j1][0]==array[j1+4][0]))) {
|
if(array[j1][1] == 12 && (array[j1+1][1]<=3 || (array[j1+2][1]<=3 && array[j1][0]==array[j1+4][0]) || (array[j1+3][1]<=3 && array[j1][0]==array[j1+4][0]))) {
|
||||||
// cout << "Straight-Flush-Draw Ass unten ";
|
// cout << "Straight-Flush-Draw Ass unten ";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -59,7 +59,6 @@ private:
|
|||||||
|
|
||||||
void exec_transaction();
|
void exec_transaction();
|
||||||
|
|
||||||
int logVersion;
|
|
||||||
sqlite3 *mySqliteLogDb;
|
sqlite3 *mySqliteLogDb;
|
||||||
ConfigFile *myConfig;
|
ConfigFile *myConfig;
|
||||||
int uniqueGameID;
|
int uniqueGameID;
|
||||||
|
|||||||
Reference in New Issue
Block a user