forked from mirror/openmw-tes3mp
Suppress compiler warning.
This commit is contained in:
parent
c652cb1568
commit
a0fc514df7
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ namespace MWMechanics
|
|||
while(paths.size() >= 2)
|
||||
{
|
||||
ESM::Pathgrid::Point pt = paths.back();
|
||||
for(int j = 0; j < nodes.size(); j++)
|
||||
for(unsigned int j = 0; j < nodes.size(); j++)
|
||||
{
|
||||
// FIXME: doesn't hadle a door with the same X/Y
|
||||
// co-ordinates but with a different Z
|
||||
|
|
Loading…
Reference in a new issue