Removed common/map.h with the Common::Map template class (it was a very bad implementation, and our HashMap is simply better).
svn-id: r21688
This commit is contained in:
parent
4572d0ba16
commit
dc77d02c7e
6 changed files with 6 additions and 302 deletions
|
@ -951,7 +951,7 @@ DetectedGameList Engine_SCUMM_detectGames(const FSList &fslist) {
|
|||
char tempName[128];
|
||||
SubstResFileNames subst = { 0, 0, kGenAsIs };
|
||||
|
||||
typedef Common::Map<Common::String, bool> StringSet;
|
||||
typedef Common::HashMap<Common::String, bool> StringSet;
|
||||
StringSet fileSet;
|
||||
|
||||
for (g = scumm_settings; g->gameid; ++g) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue