mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- backend update from GZDoom.
This commit is contained in:
parent
7b72fccfa2
commit
e7ab4cd176
16 changed files with 333 additions and 188 deletions
|
@ -40,7 +40,7 @@
|
|||
static int ExecScriptFunc(VMFrameStack *stack, VMReturn *ret, int numret)
|
||||
{
|
||||
#if COMPGOTO
|
||||
static const void * const ops[256] =
|
||||
static void * const ops[256] =
|
||||
{
|
||||
#define xx(op,sym,mode,alt,kreg,ktype) &&op,
|
||||
#include "vmops.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue