- 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:
@@ -34,6 +34,7 @@ LOCAL_SRC_FILES := $(SDL_PATH)/src/main/android/SDL_android_main.cpp \
|
||||
$(MTG_PATH)/src/AIHints.cpp \
|
||||
$(MTG_PATH)/src/AIMomirPlayer.cpp \
|
||||
$(MTG_PATH)/src/AIPlayer.cpp \
|
||||
$(MTG_PATH)/src/AIPlayerBaka.cpp \
|
||||
$(MTG_PATH)/src/AIStats.cpp \
|
||||
$(MTG_PATH)/src/AllAbilities.cpp \
|
||||
$(MTG_PATH)/src/CardDescriptor.cpp \
|
||||
|
||||
Reference in New Issue
Block a user