(svn r1420) -Fix: Console alias, load_game functionality and load fix (sign_de)

This commit is contained in:
darkvater
2005-01-08 00:48:10 +00:00
parent 2da54df9df
commit b11f7c7817
2 changed files with 76 additions and 20 deletions

View File

@@ -625,9 +625,10 @@ void IConsoleAliasExec(const char* cmdline, char* tokens[20], byte tokentypes[20
x += l2+1;
t++;
}
linestream--;
*linestream = '"';
linestream++;
x += 2;
x += 1;
} else {
// one specific parameter: %A = [param 1] %B = [param 2] ...
int l2;