summaryrefslogtreecommitdiff
path: root/source/mvd_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/mvd_game.c')
-rw-r--r--source/mvd_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mvd_game.c b/source/mvd_game.c
index 2b6245c..dbda980 100644
--- a/source/mvd_game.c
+++ b/source/mvd_game.c
@@ -616,7 +616,7 @@ static void MVD_GameInit( void ) {
gameFeatures = GAME_FEATURE_CLIENTNUM|GAME_FEATURE_PROPERINUSE;
}
-static void MVD_GameShutdown( void ) {
+void MVD_GameShutdown( void ) {
mvd_t *mvd, *next;
Com_Printf( "----- MVD_GameShutdown -----\n" );