From 921c30cac2687b669fbd0db2880e92dd47f677a5 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 22 Feb 2004 02:31:30 +0000 Subject: [PATCH] turn off no-wrap --- stepmania/src/ProfileHtml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ProfileHtml.cpp b/stepmania/src/ProfileHtml.cpp index 52cef8e0ed..04cec6c250 100644 --- a/stepmania/src/ProfileHtml.cpp +++ b/stepmania/src/ProfileHtml.cpp @@ -90,7 +90,7 @@ inline void PrintTable(RageFile &f,Table &table) return; bool bPrintRank = !vLines.empty() && !vLines[0].sRank.empty(); - bool bPrintInstructions = !vLines.empty() && !vLines[0].sRank.empty() && !vLines[0].sSubName.empty() && !vLines[0].sSubSubName.empty() && !vLines[0].sValue.empty(); + bool bPrintInstructions = !vLines.empty() && vLines[0].sRank.empty() && vLines[0].sSubName.empty() && vLines[0].sSubSubName.empty() && vLines[0].sValue.empty(); int iMaxItemsPerCol = (vLines.size()+iNumCols-1) / iNumCols; iNumCols = (vLines.size()+iMaxItemsPerCol-1) / iMaxItemsPerCol; // round up