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
|
|
@ -56,7 +56,7 @@ Array <Array <String> > g_chatFactory;
|
|||
Array <Array <ChatterItem> > g_chatterFactory;
|
||||
Array <BotName> g_botNames;
|
||||
Array <KeywordFactory> g_replyFactory;
|
||||
RandGen g_randGen;
|
||||
RandomSequenceOfUnique Random;
|
||||
Library *g_gameLib = NULL;
|
||||
|
||||
meta_globals_t *gpMetaGlobals = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue