Fix: if vehicles only refit to cargo-slots >= 32, the default cargo was wrong. (#9744)

This commit is contained in:
frosch
2021-12-12 17:35:41 +01:00
committed by GitHub
parent 762b656b53
commit bc22e9333e
2 changed files with 9 additions and 8 deletions

View File

@@ -222,7 +222,7 @@ static inline uint8 FindFirstBit2x64(const int value)
}
}
uint8 FindFirstBit(uint32 x);
uint8 FindFirstBit(uint64 x);
uint8 FindLastBit(uint64 x);
/**