summaryrefslogtreecommitdiff
path: root/src/strife/p_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_setup.h')
-rw-r--r--src/strife/p_setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strife/p_setup.h b/src/strife/p_setup.h
index 2241c1c3..1befd7ae 100644
--- a/src/strife/p_setup.h
+++ b/src/strife/p_setup.h
@@ -32,10 +32,10 @@
// NOT called by W_Ticker. Fixme.
+// [STRIFE] Removed episode parameter
void
P_SetupLevel
-( int episode,
- int map,
+( int map,
int playermask,
skill_t skill);