mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Correct backslashes
This commit is contained in:
parent
e4a6124805
commit
d7c80af490
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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") : ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue