diff options
Diffstat (limited to 'src/qcommon/vm_local.h')
-rw-r--r-- | src/qcommon/vm_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qcommon/vm_local.h b/src/qcommon/vm_local.h index 42120206..60709054 100644 --- a/src/qcommon/vm_local.h +++ b/src/qcommon/vm_local.h @@ -152,6 +152,7 @@ struct vm_s { qboolean compiled; byte *codeBase; + int entryOfs; int codeLength; int *instructionPointers; |