fix: unglob all of /Build/Common

This commit is contained in:
Tropical
2026-03-08 22:43:59 +01:00
committed by JuiceyDev
parent 663ba5e7e9
commit a4ce19d004
416 changed files with 1749 additions and 1749 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class CScene_Main : public CXuiSceneImpl
{
private:
static Random *random;
vector<wstring> m_splashes;
std::vector<std::wstring> m_splashes;
D3DXVECTOR3 m_vPosExitGame;
bool m_bIgnorePress;
float m_fSubtitleHeight, m_fSubtitleWidth;