From 83b2e0b3ceda907b7186acfcc56c214fc04d9c13 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 7 Feb 2013 19:38:32 -0800 Subject: Remove some macros --- src/map/magic-interpreter.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/magic-interpreter.hpp') diff --git a/src/map/magic-interpreter.hpp b/src/map/magic-interpreter.hpp index 9b7a035..35377bc 100644 --- a/src/map/magic-interpreter.hpp +++ b/src/map/magic-interpreter.hpp @@ -56,7 +56,7 @@ typedef struct val struct invocation *v_invocation; /* Used ONLY during operation/function invocation; otherwise we use v_int */ struct spell *v_spell; } v; - TY ty; + TYPE ty; } val_t; /* ----------- */ @@ -157,7 +157,7 @@ typedef struct effect struct effect *body; } e_call; } e; - EFFECT_ ty; + EFFECT ty; } effect_t; /* ---------- */ @@ -280,7 +280,7 @@ typedef struct cont_activation_record struct { int id; - TY ty; + TYPE ty; effect_t *body; int entities_nr; int *entities; -- cgit v1.2.3-60-g2f50