From b5d606a7f394d475084858a3ebe30f9e4169366f Mon Sep 17 00:00:00 2001 From: Eidolon Date: Mon, 18 Sep 2023 16:44:35 -0500 Subject: [PATCH] Instrument D_Display --- src/d_main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/d_main.cpp b/src/d_main.cpp index aa6f9a57e..834561fa6 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -15,6 +15,8 @@ /// plus functions to parse command line parameters, configure game /// parameters, and call the startup functions. +#include + #if (defined (__unix__) && !defined (MSDOS)) || defined(__APPLE__) || defined (UNIXCOMMON) #include #include @@ -337,6 +339,8 @@ static void D_Display(void) INT32 wipedefindex = 0; UINT8 i; + ZoneScoped; + if (!dedicated) { if (nodrawers)