From 30366ba8f059cd009cf7a50a73d5f606fb2b1055 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 26 Feb 2005 20:59:18 +0000 Subject: [PATCH] name exit row so it can have an explanation --- stepmania/src/OptionRow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index 273acca52a..775977c97d 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -353,6 +353,7 @@ void OptionRow::LoadExit() ITEMS_ZOOM */ m_RowType = OptionRow::ROW_EXIT; + m_RowDef.name = "Exit"; m_RowDef.choices.push_back( "" ); BitmapText *bt = new BitmapText;