diff options
Diffstat (limited to 'src/renderer/Fluff.cpp')
-rw-r--r-- | src/renderer/Fluff.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/renderer/Fluff.cpp b/src/renderer/Fluff.cpp index 59d3668d..b914d1bc 100644 --- a/src/renderer/Fluff.cpp +++ b/src/renderer/Fluff.cpp @@ -424,8 +424,9 @@ void CMovingThings::Init() } } - CEscalators::Init(); - aScrollBars[0].Init(CVector(-1069.209f, 1320.126f, 18.848f), CVector(-1069.209f, 1342.299f, 22.612f), SCROLL_ARENA_STRING, 128, 255, 0, 0.3f); +// LCS: removed +// CEscalators::Init(); +// aScrollBars[0].Init(CVector(-1069.209f, 1320.126f, 18.848f), CVector(-1069.209f, 1342.299f, 22.612f), SCROLL_ARENA_STRING, 128, 255, 0, 0.3f); } void CMovingThings::Shutdown() |