diff options
Diffstat (limited to 'engines/sword25/math/polygon.h')
-rw-r--r-- | engines/sword25/math/polygon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/math/polygon.h b/engines/sword25/math/polygon.h index ffdbf14f6b..f81e165621 100644 --- a/engines/sword25/math/polygon.h +++ b/engines/sword25/math/polygon.h @@ -169,7 +169,7 @@ public: // /// Specifies the number of Vertecies in the Vertecies array. - int vertexCount; + int32 vertexCount; /// COntains the Vertecies of the polygon Vertex *vertices; |