Skip to content
Permalink
Browse files
Added missing QWERTZ compatibility code for "ibakedacakeforyou"
  • Loading branch information
Wohlstand committed Apr 18, 2021
1 parent cbae091 commit 67482402a3a85ccd27c647453ac44ab4af034b61
Showing 1 changed file with 1 addition and 1 deletion.
@@ -653,7 +653,7 @@ void CheatCode(char NewKey)
CheatString.clear();
cheated = true;
}
else if(SDL_strstr(CheatString.c_str(), "ibakedacakeforyou") || SDL_strstr(CheatString.c_str(), "itsamepeach"))
else if(SDL_strstr(CheatString.c_str(), "ibakedacakeforyou") || SDL_strstr(CheatString.c_str(), "ibakedacakeforzou") || SDL_strstr(CheatString.c_str(), "itsamepeach"))
{
PlaySound(34);
for(B = 1; B <= numPlayers; B++)

0 comments on commit 6748240

Please sign in to comment.