mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-16 17:01:53 +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) {
|
||||
v6p_opcode_init ();
|
||||
} else {
|
||||
rua_opcode_init ();
|
||||
}
|
||||
rua_opcode_init ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue