forked from Kolyah35/minecraft-pe-0.6.1
Trying to replace pointers with references :v
This commit is contained in:
@@ -57,8 +57,8 @@ public:
|
||||
void displayClientMessage(const std::string& messageId);
|
||||
|
||||
void awardStat(Stat* stat, int count) {
|
||||
//minecraft->stats.award(stat, count);
|
||||
//minecraft->achievementPopup.popup("Achievement get!", stat.name);
|
||||
//minecraft.stats.award(stat, count);
|
||||
//minecraft.achievementPopup.popup("Achievement get!", stat.name);
|
||||
}
|
||||
void causeFallDamage( float distance );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user