X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_water.h;h=ae7a6963a967fa8c9097c59b30f07043ad0620e7;hb=96f8ce1f47009e5f763b05566db3f6cca07cdc76;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);