Fixed gcc warnings

This commit is contained in:
Yehonal
2017-09-21 00:59:43 +02:00
parent 8ad3c15d63
commit 77340773be
13 changed files with 53 additions and 53 deletions

View File

@@ -41,6 +41,7 @@ char* command_finder(const char* text, int state)
while (idx < cmd.size())
{
ret = cmd[idx].Name;
if (!cmd[idx].AllowConsole)
{
++idx;