comparison Spells.cpp @ 209:29545d87e11d

m
author Ritor1
date Sat, 16 Feb 2013 16:23:07 +0600
parents 4813b57396ba
children fcdb80fc1f74
comparison
equal deleted inserted replaced
208:07eb7d649bd5 209:29545d87e11d
121 pSpellsTXT_Raw = NULL; 121 pSpellsTXT_Raw = NULL;
122 122
123 pSpellsTXT_Raw = (char *)pEvents_LOD->LoadRaw("spells.txt", 0); 123 pSpellsTXT_Raw = (char *)pEvents_LOD->LoadRaw("spells.txt", 0);
124 strtok(pSpellsTXT_Raw, "\r"); 124 strtok(pSpellsTXT_Raw, "\r");
125 strtok(NULL, "\r"); 125 strtok(NULL, "\r");
126 v14 = 1; 126 //v14 = 1;
127 for(int i=1; i<100; ++i) 127 for(int i=1; i<100; ++i)
128 { 128 {
129 test_string=strtok(NULL, "\r")+1; 129 test_string=strtok(NULL, "\r")+1;
130 decode_step =0; 130 decode_step =0;
131 break_loop=false; 131 break_loop=false;