Mercurial > mm7
comparison IconFrameTable.cpp @ 1296:c423f946dc99
moving files continue
author | Ritor1 |
---|---|
date | Tue, 18 Jun 2013 17:28:11 +0600 |
parents | 86a83e12d795 |
children | 7ef4b64f6329 |
comparison
equal
deleted
inserted
replaced
1295:86a83e12d795 | 1296:c423f946dc99 |
---|---|
239 fclose(File); | 239 fclose(File); |
240 result = 0; | 240 result = 0; |
241 } | 241 } |
242 return result; | 242 return result; |
243 } | 243 } |
244 //----- (0042EB78) -------------------------------------------------------- | |
245 int IconFrameTable::GetIconAnimLength(unsigned int uIconID) | |
246 { | |
247 return 8 * this->pIcons[uIconID].uAnimLength; | |
248 } |