mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +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), "{"))
|
||||
Sys_Error ("initFromFileP: { not found");
|
||||
Sys_Error ("initFromScript: { not found");
|
||||
|
||||
do {
|
||||
if (!Script_GetToken (script, true))
|
||||
|
|
Loading…
Reference in a new issue