Correct backslashes

This commit is contained in:
Sally Coolatta 2023-03-10 17:44:06 -05:00
parent e4a6124805
commit d7c80af490
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@
#include "k_director.h"
#include "k_podium.h"
#include "k_rank.h"
#include "acs\interface.h"
#include "acs/interface.h"
#ifdef HAVE_DISCORDRPC
#include "discord.h"

View file

@ -40,7 +40,7 @@
#include "k_objects.h"
#include "k_roulette.h"
#include "k_boss.h"
#include "acs\interface.h"
#include "acs/interface.h"
// CTF player names
#define CTFTEAMCODE(pl) pl->ctfteam ? (pl->ctfteam == 1 ? "\x85" : "\x84") : ""