Skip to content

Commit

Permalink
Merge pull request #51 from taysta/saber-patch
Browse files Browse the repository at this point in the history
Revert change to default saber to fix gfx spam bug
  • Loading branch information
taysta authored Nov 21, 2023
2 parents a7ea41e + 94492e5 commit 593ab91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codemp/game/bg_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ along with this program; if not, see <http://www.gnu.org/licenses/>.
// like a protocol version, but for mods
#define GAME_VERSION "basejka-1"

#define DEFAULT_SABER "single_8"
#define DEFAULT_SABER "Kyle"
#define DEFAULT_SABER_STAFF "dual_1"
#define DEFAULT_SABER_MODEL "models/weapons2/saber_1/saber_8.glm"
#define DEFAULT_SABER_MODEL "models/weapons2/saber/saber_w.glm"
#define DEFAULT_MODEL "kyle"
#define DEFAULT_MODEL_FEMALE "jan"

Expand Down

0 comments on commit 593ab91

Please sign in to comment.