Added/fixed primitives, improved the way to limit the number of total primitives to load at startup using the file named LimitedCardList.txt (that has to be copied in User folder). This should help to run the game even on older devices with low RAM such as PSP-3000 (It needs also a lighter graphics sub-folder in Res folder).
This commit is contained in:
@@ -562,6 +562,9 @@ void GameStateMenu::Update(float dt)
|
||||
}
|
||||
if (!nextSetFolder("sets/", "_cards.dat"))
|
||||
{
|
||||
//Reset LimitedCardsMap
|
||||
MTGCollection()->limitedCardsMap.clear();
|
||||
|
||||
//Remove temporary translations
|
||||
Translator::GetInstance()->tempValues.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user