fix: startup on hlds_l 3111e (still needs nosmid)
build: add option to build bot without any smid instructions refactor: fix static analyzer warnings crlib: update submodule (fix double anglevectors call)
This commit is contained in:
parent
3d84b96534
commit
c7c5e0eaf9
14 changed files with 92 additions and 70 deletions
|
|
@ -1992,7 +1992,7 @@ void BotControl::showMenu (int id) {
|
|||
parsed.text = translated;
|
||||
|
||||
// make menu looks best
|
||||
if (!(game.is (GameFlags::Legacy))) {
|
||||
if (!game.is (GameFlags::Legacy)) {
|
||||
for (int j = 0; j < 10; ++j) {
|
||||
parsed.text.replace (strings.format ("%d.", j), strings.format ("\\r%d.\\w", j));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue