Skip to content

Commit

Permalink
Increased tempmodel count
Browse files Browse the repository at this point in the history
  • Loading branch information
smallmodel committed Jul 23, 2023
1 parent 9de676a commit 12d6b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/cgame/cg_commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ class beamthing_t : public emitterthing_t
byte modulate[4];
};

#define MAX_TEMPMODELS 1024
#define MAX_TEMPMODELS 2048
#define MAX_BEAMS 4096

class ClientGameCommandManager : public Listener
Expand Down

0 comments on commit 12d6b06

Please sign in to comment.