summaryrefslogtreecommitdiffstats
path: root/sigmod/Tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigmod/Tile.h')
-rw-r--r--sigmod/Tile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/Tile.h b/sigmod/Tile.h
index 9b444707..e64b037a 100644
--- a/sigmod/Tile.h
+++ b/sigmod/Tile.h
@@ -56,7 +56,7 @@ class SIGMOD_EXPORT Tile : public Object
private:
QString m_name;
int m_sprite;
- QVarLengthArray<bool, D_End> m_from;
+ QVarLengthArray<bool, D_Right - D_Up + 1> m_from;
Script m_script;
};
}