mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
[qfcc] Always initialize Ruamoko opcodes
They're used for compile-time evaluations regardless of the target.
This commit is contained in:
parent
cea24af5c4
commit
0c6586c753
1 changed files with 1 additions and 2 deletions
|
@ -510,9 +510,8 @@ opcode_init (void)
|
||||||
{
|
{
|
||||||
if (options.code.progsversion < PROG_VERSION) {
|
if (options.code.progsversion < PROG_VERSION) {
|
||||||
v6p_opcode_init ();
|
v6p_opcode_init ();
|
||||||
} else {
|
|
||||||
rua_opcode_init ();
|
|
||||||
}
|
}
|
||||||
|
rua_opcode_init ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue