Home
last modified time | relevance | path

Searched refs:cheatedSuffix (Results 1 – 1 of 1) sorted by relevance

/dports/games/warzone2100/warzone2100/src/
H A Dloadsave.cpp541 const std::string cheatedSuffix = Cheated ? _("cheated") : ""; in suggestSaveName() local
560 cheatedSuffix.c_str()); in suggestSaveName()
573 …aveNamePartial, "%s %dp %s", levelName.toStdString().c_str(), humanPlayers, cheatedSuffix.c_str()); in suggestSaveName()