]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_exec.c
changed handling of forbidden world writes - they are now only a
[xonotic/darkplaces.git] / prvm_exec.c
index a4f529c27c379f423cd470861899885f4db1d451..f32ff3f22c2355651dc466faf0bfc1147909c4e5 100644 (file)
@@ -112,6 +112,7 @@ char *prvm_opnames[] =
 
 char *PRVM_GlobalString (int ofs);
 char *PRVM_GlobalStringNoContents (int ofs);
+extern ddef_t *PRVM_ED_FieldAtOfs(int ofs);
 
 
 //=============================================================================