From aadc33ef04bea533bd74255df18d92e7f91d1e38 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 27 Sep 2004 01:49:18 +0000 Subject: [PATCH] PC --- stepmania/src/NotesLoaderBMS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NotesLoaderBMS.cpp b/stepmania/src/NotesLoaderBMS.cpp index ae3375f2f4..e6016959c2 100644 --- a/stepmania/src/NotesLoaderBMS.cpp +++ b/stepmania/src/NotesLoaderBMS.cpp @@ -335,7 +335,7 @@ bool BMSLoader::LoadFromBMSFile( const CString &sPath, Steps &out ) break; case STEPS_TYPE_DANCE_SOLO: case STEPS_TYPE_BM_SINGLE5: - // Hey! Why the hell are these exactly the same? :-) + // Hey! Why are these exactly the same? :-) iTransformNewToOld[0] = BMS_P1_KEY1; iTransformNewToOld[1] = BMS_P1_KEY2; iTransformNewToOld[2] = BMS_P1_KEY3;