mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Allow longer server settings in editor
This commit is contained in:
parent
e561498617
commit
6793acafc4
|
@ -383,7 +383,7 @@ public:
|
|||
|
||||
struct CSetting
|
||||
{
|
||||
char m_aCommand[64];
|
||||
char m_aCommand[256];
|
||||
};
|
||||
array<CSetting> m_lSettings;
|
||||
|
||||
|
@ -905,7 +905,7 @@ public:
|
|||
static void EnvelopeEval(float TimeOffset, int Env, float *pChannels, void *pUser);
|
||||
|
||||
float m_CommandBox;
|
||||
char m_aSettingsCommand[64];
|
||||
char m_aSettingsCommand[256];
|
||||
|
||||
void DoMapBorder();
|
||||
int DoButton_Editor_Common(const void *pID, const char *pText, int Checked, const CUIRect *pRect, int Flags, const char *pToolTip);
|
||||
|
|
Loading…
Reference in a new issue