Added sprite extruder
This commit is contained in:
@@ -357,8 +357,6 @@ class LocalPlayer : public Player
|
||||
return true;
|
||||
}
|
||||
|
||||
void wieldItem(u16 item);
|
||||
|
||||
void move(f32 dtime, Map &map, f32 pos_max_d,
|
||||
core::list<CollisionInfo> *collision_info);
|
||||
void move(f32 dtime, Map &map, f32 pos_max_d);
|
||||
@@ -367,8 +365,6 @@ class LocalPlayer : public Player
|
||||
|
||||
PlayerControl control;
|
||||
|
||||
scene::ISceneNode *wield;
|
||||
|
||||
private:
|
||||
// This is used for determining the sneaking range
|
||||
v3s16 m_sneak_node;
|
||||
|
||||
Reference in New Issue
Block a user