December 2014 files
This commit is contained in:
@@ -5,10 +5,10 @@ class Mob;
|
||||
class DirtyChunkSorter : public std::binary_function<const Chunk *,const Chunk *,bool>
|
||||
{
|
||||
private:
|
||||
shared_ptr<Mob> cameraEntity;
|
||||
shared_ptr<LivingEntity> cameraEntity;
|
||||
int playerIndex; // 4J added
|
||||
|
||||
public:
|
||||
DirtyChunkSorter(shared_ptr<Mob> cameraEntity, int playerIndex); // 4J - added player index
|
||||
DirtyChunkSorter(shared_ptr<LivingEntity> cameraEntity, int playerIndex); // 4J - added player index
|
||||
bool operator()(const Chunk *a, const Chunk *b) const;
|
||||
};
|
||||
Reference in New Issue
Block a user