mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-20 18:32:01 +00:00
More info in qcvm -printfuns
This commit is contained in:
parent
53fd019780
commit
79e0c5c4fa
1 changed files with 1 additions and 1 deletions
2
exec.c
2
exec.c
|
@ -942,7 +942,7 @@ int main(int argc, char **argv)
|
|||
for (a = 0; a < prog->functions[i].nargs; ++a) {
|
||||
printf(" %i", prog->functions[i].argsize[a]);
|
||||
}
|
||||
printf("\n");
|
||||
printf(" firstlocal: %i\n", prog->functions[i].firstlocal);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue