mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-20 13:54:14 +01:00
More build fixes
This commit is contained in:
parent
85d410adbd
commit
fe826bbc51
@ -36,9 +36,9 @@
|
||||
#endif
|
||||
|
||||
#if SOURCE_ENGINE >= SE_ORANGEBOX
|
||||
static void LocalCommand_Meta(const CCommand& args);
|
||||
void LocalCommand_Meta(const CCommand& args);
|
||||
#else
|
||||
static void LocalCommand_Meta();
|
||||
void LocalCommand_Meta();
|
||||
#endif
|
||||
static ConCommand meta_local_cmd("meta", LocalCommand_Meta, "Metamod:Source control options");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user