[splittiming] merge

This commit is contained in:
Thai Pangsakulyanont
2011-05-12 16:56:15 +07:00
55 changed files with 1254 additions and 267 deletions
+1 -1
View File
@@ -2757,7 +2757,7 @@ void ScreenGameplay::SaveReplay()
continue;
ASSERT( matches.size() == 1 );
iIndex = atoi( matches[0] )+1;
iIndex = StringToInt( matches[0] )+1;
break;
}