logging missing network actions in sqlite; run astyle.

This commit is contained in:
floty
2012-01-05 20:54:27 +00:00
parent a327ac02e5
commit 3a659dd5d5
16 changed files with 263 additions and 193 deletions
+5 -1
View File
@@ -94,7 +94,11 @@ enum PlayerActionLog {
LOG_ACTION_WIN, // wins
LOG_ACTION_WIN_SIDE_POT,// wins (side pot)
LOG_ACTION_SIT_OUT, // sits out
LOG_ACTION_WIN_GAME // wins game
LOG_ACTION_WIN_GAME, // wins game
LOG_ACTION_LEFT, // left the game
LOG_ACTION_KICKED, // was kicked from
LOG_ACTION_ADMIN, // is game admin now
LOG_ACTION_JOIN // has joined the game
};
enum DenyKickPlayerReason {