Skip to content

Commit

Permalink
More build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Sep 28, 2023
1 parent 85d410a commit fe826bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/provider/source/provider_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit fe826bb

Please sign in to comment.