Reaction system initialisation based on options.

This commit is contained in:
Artur Meski
2018-02-25 19:47:00 +00:00
parent abdb53ffd5
commit f121ce12fd
15 changed files with 251 additions and 131 deletions

View File

@@ -122,8 +122,8 @@ public:
totalReactions = rs->getReactionsSize();
totalActions = rs->getActionsSize();
partTrans = NULL;
monoTrans = NULL;
partTrans = nullptr;
monoTrans = nullptr;
encode();
}