X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.c;h=4b7323776dd406550ccc28e13caed317fb4da0f0;hb=620beae94b362ae4d4c42e5ba3329a6211d67a8f;hp=e50c1e5bb2263147aab50a7490775b210d42e5d9;hpb=59c926ee69a041fbe9450b302e11072d39abb432;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.c b/skaterift.c index e50c1e5..4b73237 100644 --- a/skaterift.c +++ b/skaterift.c @@ -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" };