summaryrefslogtreecommitdiff
path: root/src/strife/doomstat.h
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-03 04:11:39 +0000
committerSamuel Villareal2010-09-03 04:11:39 +0000
commitd1c8cb2cfed18f5c5c32347011f33a210c96ff38 (patch)
tree2d0e2e886d0dae84347e8d9a390ea77652bab403 /src/strife/doomstat.h
parent1c756bd681af926fabdb99c57248e68b776e66fd (diff)
downloadchocolate-doom-d1c8cb2cfed18f5c5c32347011f33a210c96ff38.tar.gz
chocolate-doom-d1c8cb2cfed18f5c5c32347011f33a210c96ff38.tar.bz2
chocolate-doom-d1c8cb2cfed18f5c5c32347011f33a210c96ff38.zip
+ More button flags added to buttoncode_e
+ Looking/jumping implemented + Jump/look/center keys supported + Strife mouse firing bug implemented Subversion-branch: /branches/strife-branch Subversion-revision: 2003
Diffstat (limited to 'src/strife/doomstat.h')
-rw-r--r--src/strife/doomstat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/doomstat.h b/src/strife/doomstat.h
index 779987d0..6aaaf976 100644
--- a/src/strife/doomstat.h
+++ b/src/strife/doomstat.h
@@ -191,6 +191,7 @@ extern boolean usergame;
//?
extern boolean demoplayback;
extern boolean demorecording;
+extern int mouse_fire_countdown; // villsa [STRIFE]
// Round angleturn in ticcmds to the nearest 256. This is used when
// recording Vanilla demos in netgames.