Skip to content

Commit

Permalink
fix assert failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rt committed Feb 18, 2018
1 parent cb1a66a commit eae4650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rts/Sim/Projectiles/ExplosionGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ class CExplosionGeneratorHandler
protected:
ClassAliasList projectileClasses;

uint8_t exploParserMem[512];
uint8_t aliasParserMem[512];
uint8_t exploParserMem[600];
uint8_t aliasParserMem[600];
uint8_t explTblRootMem[ 64];

LuaParser* exploParser = nullptr;
Expand Down

0 comments on commit eae4650

Please sign in to comment.