mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Fix redundant constant values.
I had forgotten to add the new value to the hash table. Oops.
This commit is contained in:
parent
4b503c7f72
commit
06a62be1d5
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ find_value (const ex_value_t *val)
|
|||
return value;
|
||||
value = new_value ();
|
||||
*value = *val;
|
||||
Hash_AddElement (value_table, value);
|
||||
return value;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue