From bbe5f50de0b42c18a382053236a8e84bfc8b0b7e Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Mon, 1 Sep 2003 11:27:41 +0000 Subject: [PATCH] and the offending call is located. --- stepmania/src/ScreenSandbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);