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