Skip to content

Commit 0969787

Browse files
authored
Update optimizerModuleConstantFold.cpp
1 parent ddb288d commit 0969787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/optimizer/optimizerModuleConstantFold.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ class OptimizerConstantFoldActionMap : public Singleton<OptimizerConstantFoldAct
305305
#define NULAR_CONST_COMMAND(name) nularyActions[#name] = NularPushConstNularCommand(#name)
306306

307307
// These commands will be evaluated once at compilation, and then used as a constant with a push instruction
308-
308+
// ! Important, Arma's bytecode savegame serialization also needs to support these, else they will be serialized as a "false" boolean constant
309+
309310
NULAR_CONST_COMMAND(nil);
310311

311312
//#TODO test this

0 commit comments

Comments
 (0)