summaryrefslogtreecommitdiffstats
path: root/src/control/Script.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-08-08 16:17:20 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2021-08-08 16:17:20 +0200
commit947f67dfb770669bae81920a0a1525b0666bfe9c (patch)
tree0597056b93949af95e2bdeb2d90ca90712aad758 /src/control/Script.h
parentsmall refactoring (diff)
downloadre3-947f67dfb770669bae81920a0a1525b0666bfe9c.tar
re3-947f67dfb770669bae81920a0a1525b0666bfe9c.tar.gz
re3-947f67dfb770669bae81920a0a1525b0666bfe9c.tar.bz2
re3-947f67dfb770669bae81920a0a1525b0666bfe9c.tar.lz
re3-947f67dfb770669bae81920a0a1525b0666bfe9c.tar.xz
re3-947f67dfb770669bae81920a0a1525b0666bfe9c.tar.zst
re3-947f67dfb770669bae81920a0a1525b0666bfe9c.zip
Diffstat (limited to '')
-rw-r--r--src/control/Script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script.h b/src/control/Script.h
index 7b0f9a2e..eedf17d4 100644
--- a/src/control/Script.h
+++ b/src/control/Script.h
@@ -605,7 +605,7 @@ extern int missionRetryScriptIndex;
extern bool doingMissionRetry;
uint32 AddExtraDeathDelay();
-void RetryMission(int, int);
+void RetryMission(int, int unk = 0);
enum {
MISSION_RETRY_TYPE_SUGGEST_TO_PLAYER = 0,