mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 21:20:33 +00:00
Correct an error message.
This commit is contained in:
parent
5cc5daf89a
commit
57e6bf84a6
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ int nument;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strcmp (Script_Token (script), "{"))
|
if (strcmp (Script_Token (script), "{"))
|
||||||
Sys_Error ("initFromFileP: { not found");
|
Sys_Error ("initFromScript: { not found");
|
||||||
|
|
||||||
do {
|
do {
|
||||||
if (!Script_GetToken (script, true))
|
if (!Script_GetToken (script, true))
|
||||||
|
|
Loading…
Reference in a new issue