From beeacf69d68f366cbbc9701bb7dabd23a898c8c7 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 5 Apr 2024 20:50:15 +0200 Subject: dump_missions flag is in its own tu now --- Starshatter/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Starshatter') diff --git a/Starshatter/Main.cpp b/Starshatter/Main.cpp index 58fb891..88f052a 100644 --- a/Starshatter/Main.cpp +++ b/Starshatter/Main.cpp @@ -21,6 +21,7 @@ #include "Color.h" #include "DataLoader.h" +#include "DumpMissions.h" #include "Pcx.h" #include "Encrypt.h" #include "FormatUtil.h" @@ -31,7 +32,6 @@ extern int VD3D_describe_things; -int dump_missions = 0; static void -- cgit v1.1