Reverting r3496 to fix failing tests

This commit is contained in:
wagic.the.homebrew
2011-04-21 15:16:22 +00:00
parent 1d295c0cef
commit 6f5919ed06
13 changed files with 53 additions and 70 deletions
+1 -2
View File
@@ -972,10 +972,9 @@ bool GameOptionAward::read(string input)
int i;
for (i = 0; i < 5; i++)
tvals[i] = 0;
i = 0;
string buf;
for (size_t t = 0; t < input.size(); t++)
for (size_t t = 0, i = 0; t < input.size(); t++)
{
if (!isdigit(input[t]))
{