mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
Removed unused fields in GameMetaInfo and GameState (#6142)
* Removed unused fields in GameMetaInfo and GameState * revert parent to AbstractGame * init activePlayer to -1
This commit is contained in:
parent
9b3756e591
commit
94ba1c83c6
4 changed files with 7 additions and 26 deletions
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
#include "abstract_game.h"
|
||||
|
||||
GameMetaInfo::GameMetaInfo(AbstractGame *_game) : QObject(_game), game(_game)
|
||||
GameMetaInfo::GameMetaInfo(AbstractGame *parent) : QObject(parent)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue