medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit aa2c9913ba00408d55474944e2017ca7bc173e13
parent 0fb0e8f57777aee667810f494e44f96e704dc0ea
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue Feb  2 19:43:30 +0000

Make the skybox stuff compile...

Diffstat:
game.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/game.h b/game.h @@ -86,6 +86,7 @@ #include "heightmap.h" #include "bsp.h" #include "bsp_renderer.h" +#include "skybox.h" #include "immediate.h" #include "work_queue.h" #include "memory_arena.h" @@ -130,6 +131,8 @@ struct GameState { GLint test_outline_at_colour; GLint test_outline_un_vp; + Skybox test_skybox; + float test_sun; BTTs btt;