mirror of
				https://github.com/edubart/otclient.git
				synced 2025-11-04 04:36:23 +01:00 
			
		
		
		
	Fixes and improvements in find path
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user