SAO: re-add old ActiveObjectTypes for a future migration layer
This commit is contained in:
@@ -86,7 +86,7 @@ class ClientActiveObject : public ActiveObject
|
||||
virtual void initialize(const std::string &data){}
|
||||
|
||||
// Create a certain type of ClientActiveObject
|
||||
static ClientActiveObject* create(u8 type, IGameDef *gamedef,
|
||||
static ClientActiveObject* create(ActiveObjectType type, IGameDef *gamedef,
|
||||
ClientEnvironment *env);
|
||||
|
||||
// If returns true, punch will not be sent to the server
|
||||
|
||||
Reference in New Issue
Block a user