This commit is contained in:
2026-05-05 21:51:03 +02:00
parent 98826534a1
commit 27435f0fc5
2 changed files with 3 additions and 1 deletions

View File

@@ -44,7 +44,9 @@ typedef enum noomC_InstrType : unsigned char {
NOOMC_INSTR_SET,
NOOMC_INSTR_SETI,
#ifdef NOOM_USE_NFT
NOOMC_INSTR_LOAD_NFT,
#endif
NOOMC_INSTR_NOP2 = 0xff,
} noomC_InstrType;

View File

@@ -1,4 +1,4 @@
#define NOOM_USE_NFT 0
// #define NOOM_USE_NFT
typedef enum noom_LuaVersion {
// no 5.0, at least for now, cause it doesn't seem to be used much and is a bit *weird*