mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
fix Class mangling when compiling multipe source files to objects
This commit is contained in:
parent
e16e087deb
commit
cd6f82c2c9
1 changed files with 2 additions and 0 deletions
|
@ -643,4 +643,6 @@ clear_classes (void)
|
|||
Hash_FlushTable (protocol_hash);
|
||||
if (category_hash)
|
||||
Hash_FlushTable (category_hash);
|
||||
if (class_hash)
|
||||
class_Class.super_class = get_class ("Object", 1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue