mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 10:51:11 +00:00
AGS: Remove data string from achivements_tables
This commit is contained in:
parent
fb1f399f5a
commit
cd0a225394
File diff suppressed because it is too large
Load Diff
@ -170,12 +170,6 @@ const Common::AchievementsInfo AGSMetaEngine::getAchievementsInfo(const Common::
|
||||
if (i->gameId == gameId && i->platform == platform) {
|
||||
result.platform = i->platform;
|
||||
result.appId = i->appId;
|
||||
for (const Common::StatDescription *it = i->stats; it->id; it++) {
|
||||
result.stats.push_back(*it);
|
||||
}
|
||||
for (const Common::AchievementDescription *it = i->descriptions; it->id; it++) {
|
||||
result.descriptions.push_back(*it);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user