and the offending call is located.

This commit is contained in:
Thad Ward
2003-09-01 11:27:41 +00:00
parent 29c7e41594
commit bbe5f50de0
+1 -1
View File
@@ -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);