remove rsize_t

develop
Japa Illo 2017-02-08 10:34:11 +05:30
parent 873feaee2b
commit 2c19f6b237
1 changed files with 1 additions and 1 deletions

@ -124,7 +124,7 @@ DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_chan
size_t foundIndex = -1;
size_t prefixIndex = -1;
for (rsize_t j = 0; j < prefixes.size(); j++)
for (size_t j = 0; j < prefixes.size(); j++)
{
if (creatureRaw->creature_id.compare(0, prefixes[j].length(), prefixes[j]) == 0)
{