Changed the new %S format option to %a to hopefully prevent some confusion.

This commit is contained in:
Steve Dudenhoeffer
2007-08-08 02:40:40 +00:00
parent 12ab387be5
commit 76a7cafe50
3 changed files with 5 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ public voteNextmap()
if (++a >= g_mapNums) a = 0
g_nextName[g_mapVoteNum] = a
pos += format(menu[pos], 511, "%d. %S^n", g_mapVoteNum + 1, ArrayGetStringHandle(g_mapName, a));
pos += format(menu[pos], 511, "%d. %a^n", g_mapVoteNum + 1, ArrayGetStringHandle(g_mapName, a));
mkeys |= (1<<g_mapVoteNum)
g_voteCount[g_mapVoteNum] = 0
}