X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=build.c;h=1c17f14e2be01a5814faf0088244f2f7015a53f3;hb=refs%2Fheads%2FFIX_RESPAWN_EXPLOIT;hp=a0a253f1a037626ab7f4987b9306a20a500e4aa9;hpb=99376ce8eaf30125fb08dd5dc8b534800580fe47;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/build.c b/build.c index a0a253f..1c17f14 100644 --- a/build.c +++ b/build.c @@ -190,6 +190,7 @@ void build_shaders(void) /* Scene */ _S( "scene_standard", "scene.vs", "scene_standard.fs" ); _S( "scene_standard_alphatest", "scene.vs", "scene_standard_alphatest.fs" ); + _S( "scene_override", "scene.vs", "scene_override.fs" ); _S( "scene_fxglow", "scene_fxglow.vs", "scene_fxglow.fs" ); _S( "scene_vertex_blend", "scene.vs", "scene_vertex_blend.fs" ); _S( "scene_terrain", "scene.vs", "scene_terrain.fs" );