From 807a0d313ba667356ee8af8ef5ae82b6c4881d15 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Tue, 13 Mar 2012 18:56:12 +0100 Subject: MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light, removed footprints --- src/environment.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/environment.h') diff --git a/src/environment.h b/src/environment.h index fcd16e296..65495fc85 100644 --- a/src/environment.h +++ b/src/environment.h @@ -407,24 +407,6 @@ public: virtual void addPlayer(Player *player); LocalPlayer * getLocalPlayer(); - // Slightly deprecated - void updateMeshes(v3s16 blockpos); - void expireMeshes(bool only_daynight_diffed); - - void setTimeOfDay(u32 time) - { - u32 old_dr = getDayNightRatio(); - - Environment::setTimeOfDay(time); - - if(getDayNightRatio() != old_dr) - { - /*infostream<<"ClientEnvironment: DayNightRatio changed" - <<" -> expiring meshes"<