X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_water.h;h=ae7a6963a967fa8c9097c59b30f07043ad0620e7;hb=5d5d5f394cbe2212769bc58a70fa622b4ed46205;hp=ad446d6669c2cc4605dab45a1cf385df1133d1ac;hpb=342fcbf6fda017bdd38d56ce0fa7c9e59e589f3b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_water.h b/world_water.h index ad446d6..ae7a696 100644 --- a/world_water.h +++ b/world_water.h @@ -8,7 +8,7 @@ #include "world.h" struct world_water{ - VG_STATIC GLuint tex_water_surf; + GLuint tex_water_surf; } static world_water; VG_STATIC void world_water_init(void);