Fixing compiler warning.

This commit is contained in:
lotodore
2011-10-23 12:02:38 +00:00
parent ad961de45d
commit 94f0c3e694
+2
View File
@@ -1105,6 +1105,8 @@ ServerGameStateHand::GetDealCardsDelaySec(ServerGame &server)
case GAME_STATE_RIVER:
delay = SERVER_DEAL_RIVER_CARD_DELAY_SEC;
break;
default:
break;
}
return delay;
}