summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/r_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/r_main.h')
-rw-r--r--apps/plugins/doom/r_main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/doom/r_main.h b/apps/plugins/doom/r_main.h
index 10978b3e71..61bf02766b 100644
--- a/apps/plugins/doom/r_main.h
+++ b/apps/plugins/doom/r_main.h
@@ -54,6 +54,8 @@ extern int centery;
54extern fixed_t centerxfrac; 54extern fixed_t centerxfrac;
55extern fixed_t centeryfrac; 55extern fixed_t centeryfrac;
56extern fixed_t projection; 56extern fixed_t projection;
57// proff 11/06/98: Added for high-res
58extern fixed_t projectiony;
57extern int validcount; 59extern int validcount;
58extern int linecount; 60extern int linecount;
59extern int loopcount; 61extern int loopcount;