mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Add low-effort help text for commands
This commit is contained in:
parent
4564afba23
commit
2d348373d2
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ void list_commands()
|
||||||
if (flags & COM_NOSHOWHELP)
|
if (flags & COM_NOSHOWHELP)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
g_menu.push_back(menuitem_t {IT_STRING | IT_CALL, cmd->name, nullptr, nullptr, {.routine = call}, 0, 8});
|
g_menu.push_back(menuitem_t {IT_STRING | IT_CALL, cmd->name, "Press \xAA to execute this command", nullptr, {.routine = call}, 0, 8});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue