Skip to content

Commit

Permalink
Update optimizerModuleConstantFold.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dedmen authored Aug 1, 2022
1 parent ddb288d commit 0969787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/optimizer/optimizerModuleConstantFold.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ class OptimizerConstantFoldActionMap : public Singleton<OptimizerConstantFoldAct
#define NULAR_CONST_COMMAND(name) nularyActions[#name] = NularPushConstNularCommand(#name)

// These commands will be evaluated once at compilation, and then used as a constant with a push instruction

// ! Important, Arma's bytecode savegame serialization also needs to support these, else they will be serialized as a "false" boolean constant

NULAR_CONST_COMMAND(nil);

//#TODO test this
Expand Down

0 comments on commit 0969787

Please sign in to comment.