aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/vm_local.h
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-10-13 14:47:00 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-10-13 14:47:00 +0000
commit2409247307a2fdf0266a8bd7cd39526f06bea0d3 (patch)
tree3db0f1aeac11c230a2cfeca37c911cb2fec92d04 /code/qcommon/vm_local.h
parent0ef0850cce08475bd990dd1d3e8865e48995b0ee (diff)
downloadioquake3-aero-2409247307a2fdf0266a8bd7cd39526f06bea0d3.tar.gz
ioquake3-aero-2409247307a2fdf0266a8bd7cd39526f06bea0d3.zip
* (Non-trivial) fix to the "opStack corrupted in compiled code" bug
git-svn-id: svn://svn.icculus.org/quake3/trunk@156 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon/vm_local.h')
-rw-r--r--code/qcommon/vm_local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/code/qcommon/vm_local.h b/code/qcommon/vm_local.h
index f6fc043..eb58fff 100644
--- a/code/qcommon/vm_local.h
+++ b/code/qcommon/vm_local.h
@@ -161,6 +161,9 @@ struct vm_s {
// fqpath member added 7/20/02 by T.Ray
char fqpath[MAX_QPATH+1] ;
+
+ byte *jumpTableTargets;
+ int numJumpTableTargets;
};