aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/logic.h')
-rw-r--r--sword2/logic.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sword2/logic.h b/sword2/logic.h
index 2ed33dc45b..1ed058e4f3 100644
--- a/sword2/logic.h
+++ b/sword2/logic.h
@@ -59,12 +59,8 @@ private:
// Set this to turn debugging on
bool _debugFlag;
- // FIXME: Some opcodes pass pointers in integer variables. I don't
- // think that's entirely portable.
-
typedef int32 (Logic::*OpcodeProc)(int32 *);
struct OpcodeEntry {
- byte numArgs;
OpcodeProc proc;
const char *desc;
};