mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Initialize data before types.
This is needed for string data. It might be better to init saved strings separately, but this works for now.
This commit is contained in:
parent
3fe7a7250a
commit
21c0c960ae
1 changed files with 1 additions and 1 deletions
|
@ -1099,8 +1099,8 @@ main (int argc, char **argv)
|
|||
parse_cpp_name ();
|
||||
|
||||
opcode_init ();
|
||||
init_types ();
|
||||
InitData ();
|
||||
init_types ();
|
||||
clear_immediates ();
|
||||
|
||||
if (source_files) {
|
||||
|
|
Loading…
Reference in a new issue