From 91a48d9aa77c015bad1786177ddc92a31b125b11 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 20 Dec 2007 20:43:33 +0000 Subject: [PATCH] - Fixed: A_LookEx wasn't exported to DECORATE. SVN r612 (trunk) --- src/codepointers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/codepointers.h b/src/codepointers.h index f8d2123d6..ec28a989b 100644 --- a/src/codepointers.h +++ b/src/codepointers.h @@ -105,3 +105,4 @@ ACTOR(ItBurnsItBurns) ACTOR(CrispyPlayer) ACTOR(DropFire) ACTOR(ClearTarget) +ACTOR(LookEx)