mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 01:07:22 +00:00
fingolfin renamed 'GameSettings::name' to 'GameSettings::gameid'.
svn-id: r20222
This commit is contained in:
parent
c08547d370
commit
5b1718f17b
@ -229,7 +229,7 @@ static int findGames(Game *games, int max)
|
||||
for(DetectedGameList::const_iterator ge = candidates.begin();
|
||||
ge != candidates.end(); ++ge)
|
||||
if(curr_game < max) {
|
||||
strcpy(games[curr_game].filename_base, ge->name);
|
||||
strcpy(games[curr_game].filename_base, ge->gameid);
|
||||
strcpy(games[curr_game].dir, dirs[curr_dir-1].name);
|
||||
if(uniqueGame(games[curr_game].filename_base,
|
||||
games[curr_game].dir, games, curr_game)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user