From 7827af4b2a5f7e65132290a62f564f12cacbca13 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 12 Jan 2011 13:11:05 -0600 Subject: [PATCH] forgot this one --- src/ScreenPrompt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ScreenPrompt.h b/src/ScreenPrompt.h index e5ae97bc8b..0273f230f7 100644 --- a/src/ScreenPrompt.h +++ b/src/ScreenPrompt.h @@ -35,6 +35,9 @@ public: static PromptAnswer s_LastAnswer; static bool s_bCancelledLast; + // Lua + //virtual void PushSelf( lua_State *L ); + protected: bool CanGoLeft() { return m_Answer > 0; } bool CanGoRight();