This commit is contained in:
Glenn Maynard
2006-08-15 19:34:41 +00:00
parent 6370afb746
commit 7ca60464b3
+1 -2
View File
@@ -91,6 +91,7 @@ public:
const RString &GetName() const { return m_sName; }
virtual void SetName( const RString &sName ) { m_sName = sName; }
void SetParent( Actor *pParent );
float GetX() const { return m_current.pos.x; };
float GetY() const { return m_current.pos.y; };
@@ -341,8 +342,6 @@ public:
// If we're a leaf, then execute this command.
virtual void RunCommandsOnLeaves( const LuaReference& cmds ) { RunCommands(cmds); }
void SetParent( Actor *pParent );
//
// Messages
//