summaryrefslogtreecommitdiff
path: root/src/position.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-22 03:18:36 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-22 03:18:36 +0300
commit7e127f1832452953be6a9fd319174dbf91cbfcb6 (patch)
tree3d546678308b4d831d2f08993ddd2b2e30b6f295 /src/position.h
parent01ee2e3e0272884388478e99eaf41e70f2acc77b (diff)
downloadplus-7e127f1832452953be6a9fd319174dbf91cbfcb6.tar.gz
plus-7e127f1832452953be6a9fd319174dbf91cbfcb6.tar.bz2
plus-7e127f1832452953be6a9fd319174dbf91cbfcb6.tar.xz
plus-7e127f1832452953be6a9fd319174dbf91cbfcb6.zip
Build path in SMSG_BEING_MOVE3 packet from back to forward and if need fix start position.
Diffstat (limited to 'src/position.h')
-rw-r--r--src/position.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/position.h b/src/position.h
index caaca35ed..a2cb033f8 100644
--- a/src/position.h
+++ b/src/position.h
@@ -43,6 +43,7 @@ struct Position final
typedef std::list<Position> Path;
typedef Path::iterator PathIterator;
+typedef Path::reverse_iterator PathRIterator;
/**
* Appends a string representation of a position to the output stream.