forked from NeoFlock/noom
Fix
This commit is contained in:
@@ -44,7 +44,9 @@ typedef enum noomC_InstrType : unsigned char {
|
|||||||
NOOMC_INSTR_SET,
|
NOOMC_INSTR_SET,
|
||||||
NOOMC_INSTR_SETI,
|
NOOMC_INSTR_SETI,
|
||||||
|
|
||||||
|
#ifdef NOOM_USE_NFT
|
||||||
NOOMC_INSTR_LOAD_NFT,
|
NOOMC_INSTR_LOAD_NFT,
|
||||||
|
#endif
|
||||||
|
|
||||||
NOOMC_INSTR_NOP2 = 0xff,
|
NOOMC_INSTR_NOP2 = 0xff,
|
||||||
} noomC_InstrType;
|
} noomC_InstrType;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#define NOOM_USE_NFT 0
|
// #define NOOM_USE_NFT
|
||||||
|
|
||||||
typedef enum noom_LuaVersion {
|
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*
|
// no 5.0, at least for now, cause it doesn't seem to be used much and is a bit *weird*
|
||||||
|
|||||||
Reference in New Issue
Block a user