forgot this one

This commit is contained in:
AJ Kelly
2011-01-12 13:11:05 -06:00
parent ba68b6b8ca
commit 7827af4b2a
+3
View File
@@ -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();