]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_devastator.qc
Make it so that weapon zoom reticles are in weapon code, not view code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_devastator.qc
index 0f5afb02ceb0f783e24bfe011c302acd7352957d..4f5f8b3aaac89818ff0494cdc1d8bb57197ee5da 100644 (file)
@@ -479,6 +479,11 @@ float W_Devastator(float req)
                        precache_sound("weapons/rocket_impact.wav");
                        return TRUE;
                }
+               case WR_ZOOMRETICLE:
+               {
+                       // no weapon specific image for this weapon
+                       return FALSE;
+               }
        }
        return TRUE;
 }