More work on server redesign. Network mode still broken.
This commit is contained in:
+6
-1
@@ -114,7 +114,12 @@ Game::~Game()
|
||||
|
||||
}
|
||||
|
||||
HandInterface * Game::getCurrentHand()
|
||||
HandInterface *Game::getCurrentHand()
|
||||
{
|
||||
return actualHand;
|
||||
}
|
||||
|
||||
const HandInterface *Game::getCurrentHand() const
|
||||
{
|
||||
return actualHand;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user