mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed parameter mistake
(Why didn't you tell anything about that, MSVC?)
This commit is contained in:
parent
d1e94f3934
commit
89eae68318
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ void R_ScreenShot_f(void) {
|
|||
Com_sprintf(checkname, MAX_OSPATH, "screenshots/%s.tga", ri.Cmd_Argv(1));
|
||||
}
|
||||
|
||||
if (ri.Cmd_Argc(2) > 2) {
|
||||
if (ri.Cmd_Argc() > 2) {
|
||||
width = atoi(ri.Cmd_Argv(2));
|
||||
height = atoi(ri.Cmd_Argv(3));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue