mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-02 16:20:23 +00:00
Suppress compiler warning.
This commit is contained in:
parent
c652cb1568
commit
a0fc514df7
@ -471,7 +471,7 @@ namespace MWMechanics
|
|||||||
while(paths.size() >= 2)
|
while(paths.size() >= 2)
|
||||||
{
|
{
|
||||||
ESM::Pathgrid::Point pt = paths.back();
|
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
|
// FIXME: doesn't hadle a door with the same X/Y
|
||||||
// co-ordinates but with a different Z
|
// co-ordinates but with a different Z
|
||||||
|
Loading…
x
Reference in New Issue
Block a user