We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81f257 commit 98ccc2cCopy full SHA for 98ccc2c
src/game/client/components/chat.h
@@ -15,7 +15,7 @@
15
#include <game/client/skin.h>
16
#include <game/generated/protocol7.h>
17
18
-#define SAVES_FILE "ddnet-saves.txt"
+constexpr auto SAVES_FILE = "ddnet-saves.txt";
19
20
class CChat : public CComponent
21
{
0 commit comments