mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Instrument D_Display
This commit is contained in:
parent
686150875c
commit
b5d606a7f3
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
||||||
/// plus functions to parse command line parameters, configure game
|
/// plus functions to parse command line parameters, configure game
|
||||||
/// parameters, and call the startup functions.
|
/// parameters, and call the startup functions.
|
||||||
|
|
||||||
|
#include <tracy/tracy/Tracy.hpp>
|
||||||
|
|
||||||
#if (defined (__unix__) && !defined (MSDOS)) || defined(__APPLE__) || defined (UNIXCOMMON)
|
#if (defined (__unix__) && !defined (MSDOS)) || defined(__APPLE__) || defined (UNIXCOMMON)
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
@ -337,6 +339,8 @@ static void D_Display(void)
|
||||||
INT32 wipedefindex = 0;
|
INT32 wipedefindex = 0;
|
||||||
UINT8 i;
|
UINT8 i;
|
||||||
|
|
||||||
|
ZoneScoped;
|
||||||
|
|
||||||
if (!dedicated)
|
if (!dedicated)
|
||||||
{
|
{
|
||||||
if (nodrawers)
|
if (nodrawers)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue