- reworked completly the JNetwork, JSocket interface (had to ifdef out the PSP socket code)
- added 2 menus to wait for connection and wait for deck selection - tested compilation on Qt Linux, Qt Windows and PSP - deactivated everywhere (NETWORK_SUPPORT to activate).
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
MTGAbility * AIMomirPlayer::momirAbility = NULL;
|
||||
|
||||
AIMomirPlayer::AIMomirPlayer(MTGDeck * deck, string file, string fileSmall, string avatarFile) :
|
||||
AIPlayerBaka(deck, file, fileSmall, avatarFile)
|
||||
AIMomirPlayer::AIMomirPlayer(string file, string fileSmall, string avatarFile, MTGDeck * deck) :
|
||||
AIPlayerBaka(file, fileSmall, avatarFile, deck)
|
||||
{
|
||||
momirAbility = NULL;
|
||||
agressivity = 100;
|
||||
|
||||
Reference in New Issue
Block a user