From: ryan <> Date: Sat, 26 Sep 2015 04:02:27 +0000 (+0000) Subject: Removed extra parameter X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=cb8e454a25f31e82d0ab8e7d330fc5980886c1e7;p=skyscrapersim%2Fskyscraper.git Removed extra parameter --- diff --git a/src/sbs/escalator.cpp b/src/sbs/escalator.cpp index 9b03dde6..748028f0 100644 --- a/src/sbs/escalator.cpp +++ b/src/sbs/escalator.cpp @@ -42,7 +42,7 @@ Escalator::Escalator(Object *parent, const char *name, const char *sound_file, c //create step meshes for (int i = 0; i < num_steps; i++) { - MeshObject *mesh = new MeshObject(this, name, 0, sbs->GetConfigFloat("Skyscraper.SBS.MaxSmallRenderDistance", 100)); + MeshObject *mesh = new MeshObject(this, name); Steps.push_back(mesh); }