mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
Changed: #853 Compilation on 64-bits platforms
This commit is contained in:
parent
479afdb938
commit
b7fd96aa9c
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ NLMISC_COMMAND (testBuildingManager, "(debug) Unit test for building manager",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TestCharacters.resize( min(nbChars, FakeCharacters.size()) );
|
TestCharacters.resize( min(nbChars, (uint)FakeCharacters.size()) );
|
||||||
for (uint i = 0; i < TestCharacters.size(); i++)
|
for (uint i = 0; i < TestCharacters.size(); i++)
|
||||||
{
|
{
|
||||||
CCharacter * c = PlayerManager.getChar( FakeCharacters[i] );
|
CCharacter * c = PlayerManager.getChar( FakeCharacters[i] );
|
||||||
|
|
Loading…
Reference in a new issue