Mercurial > mm7
diff Spells.cpp @ 2477:fd99ee46b301
Fixing missing spell descriptions
author | Grumpy7 |
---|---|
date | Thu, 21 Aug 2014 23:27:15 +0200 |
parents | b054ea5daf45 |
children | 5abd8fc8f1c6 |
line wrap: on
line diff
--- a/Spells.cpp Thu Aug 21 11:24:51 2014 +0600 +++ b/Spells.cpp Thu Aug 21 23:27:15 2014 +0200 @@ -333,7 +333,7 @@ strtok(pSpellsTXT_Raw, "\r"); for(int i=1; i<100; ++i) { - if ((i % (11 - 1) )==0) + if (((i % 11) - 1 )==0) strtok(NULL, "\r"); test_string=strtok(NULL, "\r")+1; auto tokens = Tokenize(test_string, '\t');