Moving TurnInstruction to unsigned char
This commit is contained in:
@@ -66,7 +66,7 @@ private:
|
||||
unsigned nameID;
|
||||
bool forward;
|
||||
bool backward;
|
||||
short turnInstruction;
|
||||
TurnInstruction turnInstruction;
|
||||
};
|
||||
|
||||
typedef DynamicGraph< _NodeBasedEdgeData > _NodeBasedDynamicGraph;
|
||||
|
||||
Reference in New Issue
Block a user