mirror of
https://github.com/halpz/re3.git
synced 2025-07-26 12:22:46 +00:00
first commit for LCS
This commit is contained in:
@ -417,8 +417,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()
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define WATER_X_OFFSET (400.0f)
|
||||
#define WATER_X_OFFSET (0.0f)
|
||||
|
||||
#define WATER_Z_OFFSET (0.5f)
|
||||
|
||||
|
Reference in New Issue
Block a user