From f1cc0a4a19bef0e40b15953cdb38842f82788c2b Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sat, 22 Feb 2014 23:07:37 -0500 Subject: [PATCH] Correct array bound for ModIcon text Should fix problems with selecting more than NumModIcons mods in SMO. --- src/ModIconRow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ModIconRow.cpp b/src/ModIconRow.cpp index 7ecf1ce320..4a2e05fa90 100644 --- a/src/ModIconRow.cpp +++ b/src/ModIconRow.cpp @@ -173,7 +173,7 @@ void ModIconRow::SetFromGameState() } } - for( unsigned i=0; iSet( vsText[i] ); }