diff --git a/stepmania/src/ScreenSandbox.cpp b/stepmania/src/ScreenSandbox.cpp index dd59eb00a8..6d7435331d 100644 --- a/stepmania/src/ScreenSandbox.cpp +++ b/stepmania/src/ScreenSandbox.cpp @@ -42,7 +42,7 @@ ScreenSandbox::ScreenSandbox() : Screen("ScreenSandbox") //m_model.LoadMilkshapeAscii( "C:\\stepmania\\stepmania\\Themes\\groove\\BGAnimations\\ScreenCaution background\\2 platforms and backbar.txt" ); - m_model.LoadMilkshapeAscii( "Characters\\DancePads-DDR.txt" ); + m_model.LoadMilkshapeAscii( "Characters" SLASH "DancePads-DDR.txt" ); m_model.SetXY(CENTER_X, CENTER_Y); m_model.SetRotationX( 15 ); m_model.SetZoom(5);