Fixes and improvements in find path

This commit is contained in:
Eduardo Bart
2013-01-27 16:58:22 -02:00
parent 2bd86d0695
commit 6966221e39
5 changed files with 26 additions and 26 deletions

View File

@@ -42,7 +42,7 @@ enum MinimapTileFlags {
#pragma pack(push,1) // disable memory alignment
struct MinimapTile
{
MinimapTile() : flags(0), color(0), speed(100) { }
MinimapTile() : flags(0), color(0), speed(10) { }
uint8 flags;
uint8 color;
uint8 speed;