mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 13:45:42 -04:00
CheatList: Fix games with serial aliases not loading from database
This commit is contained in:
parent
f8c2d7dafd
commit
977c2f4947
@ -565,7 +565,7 @@ bool CheatList::LoadFromPackage(const std::string& game_code)
|
||||
if (start == end)
|
||||
continue;
|
||||
|
||||
if (start[0] == ':')
|
||||
if (start[0] == ':' && !m_codes.empty())
|
||||
break;
|
||||
|
||||
if (start[0] == '#')
|
||||
|
Loading…
x
Reference in New Issue
Block a user