whoopsie
[carveJwlIkooP6JGAAIwe30JlM.git] / skaterift.c
index e50c1e5bb2263147aab50a7490775b210d42e5d9..8e7b738776f7dfccd4104ca9ad69701c76e20983 100644 (file)
@@ -22,7 +22,7 @@
 
 
 #include "player.h"
-VG_STATIC player_instance localplayer;
+static player_instance localplayer;
 VG_STATIC struct player_avatar localplayer_avatar;
 VG_STATIC glmesh localplayer_meshes[3];
 vg_tex2d localplayer_texture = { .path = "textures/ch_gradient.qoi" };
@@ -45,7 +45,7 @@ static int cl_ui      = 1,
 
 int main( int argc, char *argv[] )
 {
-   vg_mem.use_libc_malloc = 0;
+   vg_mem.use_libc_malloc = 1;
    vg_set_mem_quota( 160*1024*1024 );
    vg_enter( argc, argv, "Voyager Game Engine" );