X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.c;h=5f782d70877f5eca72cdd935554a331042e717b9;hb=6d98c1e42c1617a8a426f9f0c0df99b75725b486;hp=d4bf10ca42d014aec0c14148abf60750ec634e3f;hpb=e591be4b2ed26bbaaea79eff64e7b6070362a6ef;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.c b/skaterift.c index d4bf10c..5f782d7 100644 --- a/skaterift.c +++ b/skaterift.c @@ -11,8 +11,6 @@ * ============================================================================= */ -#define VG_STATIC static -#define VG_GAME #define SR_NETWORKED #include "common.h" @@ -97,6 +95,7 @@ VG_STATIC void vg_load(void) /* 'systems' are completely loaded now */ strcpy( world.world_name, "maps/mp_mtzero.mdl" ); + strcpy( world.world_name, "maps/mp_gridmap.mdl" ); world_load(); vg_console_load_autos(); }