Show weapon watermark with geometric xbow.

This commit is contained in:
Jacob Mandelson
2024-04-22 09:26:29 -07:00
parent e91c11ffb7
commit 14519dc258
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -28,6 +28,7 @@ EX namespace bow {
#if HDR
enum eWeapon { wBlade, wCrossbow };
enum eCrossbowStyle { cbBull, cbGeodesic, cbGeometric };
const string bowName[] = { "bull", "geod", "geom" };
#endif
EX eWeapon weapon;