replaced random number generator with faster one
optimized breakable handling (need testing)
This commit is contained in:
parent
f0dcda5747
commit
e5ce504176
15 changed files with 308 additions and 415 deletions
|
|
@ -63,7 +63,7 @@ extern Array <Array <String> > g_chatFactory;
|
|||
extern Array <Array <ChatterItem> > g_chatterFactory;
|
||||
extern Array <BotName> g_botNames;
|
||||
extern Array <KeywordFactory> g_replyFactory;
|
||||
extern RandGen g_randGen;
|
||||
extern RandomSequenceOfUnique Random;
|
||||
|
||||
extern FireDelay g_fireDelay[NUM_WEAPONS + 1];
|
||||
extern WeaponSelect g_weaponSelect[NUM_WEAPONS + 1];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue