mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-10 03:02:10 +00:00
[console] Correct InputLine_SetEnter's mangled name
Again :P
This commit is contained in:
parent
46094e536e
commit
6f9795fa27
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ static builtin_t builtins[] = {
|
||||||
bi(InputLine_SetCursor, 2, p(ptr), p(int)),
|
bi(InputLine_SetCursor, 2, p(ptr), p(int)),
|
||||||
{"InputLine_SetEnter|^{tag _inputline_t=}(v*^v)^v",
|
{"InputLine_SetEnter|^{tag _inputline_t=}(v*^v)^v",
|
||||||
bi_InputLine_SetEnter_f, -1, 3, {p(ptr), p(func), p(ptr)}},
|
bi_InputLine_SetEnter_f, -1, 3, {p(ptr), p(func), p(ptr)}},
|
||||||
{"InputLine_SetEnter|^{tag _inputline_t=}^(@@:.)@:",
|
{"InputLine_SetEnter|^{tag _inputline_t=}^%(@@:.)@:",
|
||||||
bi_InputLine_SetEnter_s, -1, 4, {p(ptr), p(func), p(ptr), p(ptr)}},
|
bi_InputLine_SetEnter_s, -1, 4, {p(ptr), p(func), p(ptr), p(ptr)}},
|
||||||
bi(InputLine_SetWidth, 2, p(ptr), p(int)),
|
bi(InputLine_SetWidth, 2, p(ptr), p(int)),
|
||||||
bi(InputLine_SetText, 2, p(ptr), p(string)),
|
bi(InputLine_SetText, 2, p(ptr), p(string)),
|
||||||
|
|
Loading…
Reference in a new issue