mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-17 01:22:32 +00:00
fixed to allow > 16 breakables
This commit is contained in:
parent
1caa63369f
commit
0e535e4d81
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.96 2002/06/16 23:26:23 blaze
|
||||
// fixed to allow > 16 breakables
|
||||
//
|
||||
// Revision 1.95 2002/06/16 20:06:13 jbravo
|
||||
// Reindented all the source files with "indent -kr -ut -i8 -l120 -lc120 -sob -bad -bap"
|
||||
//
|
||||
|
@ -1025,7 +1028,7 @@ typedef struct {
|
|||
qhandle_t akimboHandModel;
|
||||
|
||||
// Blaze: func_explosive stuff
|
||||
breakable_t breakables[16];
|
||||
breakable_t breakables[RQ3_MAX_BREAKABLES];
|
||||
|
||||
qhandle_t smoke2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue