mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Correct an error message.
This commit is contained in:
parent
6c96402403
commit
5c0fb3ecd3
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