src/vehicle.cpp
changeset 8619 c2434269c3eb
parent 8617 931e0970d509
child 8626 440dfcd14c4a
equal deleted inserted replaced
8618:6c3e824e83e4 8619:c2434269c3eb
    40 #include "newgrf_sound.h"
    40 #include "newgrf_sound.h"
    41 #include "helpers.hpp"
    41 #include "helpers.hpp"
    42 #include "group.h"
    42 #include "group.h"
    43 #include "order.h"
    43 #include "order.h"
    44 #include "strings_func.h"
    44 #include "strings_func.h"
       
    45 #include "zoom_func.h"
    45 
    46 
    46 #define INVALID_COORD (0x7fffffff)
    47 #define INVALID_COORD (0x7fffffff)
    47 #define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))
    48 #define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))
    48 
    49 
    49 
    50