summaryrefslogtreecommitdiff
path: root/src/strife/p_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_local.h')
-rw-r--r--src/strife/p_local.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/strife/p_local.h b/src/strife/p_local.h
index 07c2a348..096b8b6c 100644
--- a/src/strife/p_local.h
+++ b/src/strife/p_local.h
@@ -227,12 +227,12 @@ void P_SetThingPosition (mobj_t* thing);
// If "floatok" true, move would be ok
// if within "tmfloorz - tmceilingz".
-extern boolean floatok;
-extern fixed_t tmfloorz;
-extern fixed_t tmceilingz;
+extern boolean floatok;
+extern fixed_t tmfloorz;
+extern fixed_t tmceilingz;
-
-extern line_t* ceilingline;
+extern line_t *ceilingline;
+extern line_t *blockingline; // [STRIFE] New global
boolean P_CheckPosition (mobj_t *thing, fixed_t x, fixed_t y);
boolean P_TryMove (mobj_t* thing, fixed_t x, fixed_t y);