menu upgrades
[carveJwlIkooP6JGAAIwe30JlM.git] / build.c
diff --git a/build.c b/build.c
index 811317d82f64ca6100390c06f65b23e00150b1e6..1c17f14e2be01a5814faf0088244f2f7015a53f3 100644 (file)
--- a/build.c
+++ b/build.c
@@ -190,7 +190,8 @@ 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_fxglow",              "scene.vs", "scene_fxglow.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" );
    _S( "scene_route",               "scene.vs", "scene_route.fs" );