- Split AIPlayer and AIPlayerBaka in 2 files. Moved all "AI" specific code into AIPlayerBaka, as much as possible.
-- This is a copy/paste and shouldn't have any impact on the logic. I just moved some functions from AIPlayer to AIPlayerBaka - Added back the possibility to select a different Resource folder with file Res.txt - Fix a crash when a token id does not exist
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#define MAX_TESTSUITE_ACTIONS 100
|
||||
#define MAX_TESTUITE_CARDS 100
|
||||
|
||||
#include "AIPlayer.h"
|
||||
#include "AIPlayerBaka.h"
|
||||
|
||||
class TestSuiteActions
|
||||
{
|
||||
@@ -95,6 +95,7 @@ public:
|
||||
|
||||
};
|
||||
|
||||
// TODO This should inherit from AIPlayer instead!
|
||||
class TestSuiteAI:public AIPlayerBaka
|
||||
{
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user