]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
Fix dumb mistake allowing cheats to be used despite sv_cheats being 0...
[xonotic/darkplaces.git] / progsvm.h
index dae3932f83e258cd7a85f2106b2dd6e65199ed35..2651749497f30f61162a8206a03884698bd87fa7 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -506,7 +506,7 @@ prvm_prog_garbagecollection_state_stage_t;
 
 typedef struct prvm_prog_garbagecollection_state_s
 {
-       prvm_prog_garbagecollection_state_stage_t stage;
+       int stage;
        int globals_mark_progress;
        int fields_mark_progress;
        int fields_mark_progress_entity;