mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
[util] Make plists more const-correct
This commit is contained in:
parent
f8961e4376
commit
4eb07220cd
3 changed files with 8 additions and 8 deletions
|
@ -501,7 +501,7 @@ ED_Parse (progs_t *pr, const char *data)
|
|||
// new style (plist) entity data
|
||||
entity_list = PL_GetPropertyList (data, pr->hashlink_freelist);
|
||||
} else {
|
||||
// oldstyle entity data
|
||||
// old style entity data
|
||||
Script_UngetToken (script);
|
||||
entity_list = ED_ConvertToPlist (script, 0, pr->hashlink_freelist);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue