mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-02 20:34:41 +00:00
(svn r11170) -Fix (r11152): a variable's type was too small for the data that is going to put into it when NewIndustries are finally activated. For now it just removes a warning and doesn't really fix anything.
This commit is contained in:
parent
2239809bdc
commit
7455676941
@ -9,7 +9,7 @@
|
||||
#include "helpers.hpp"
|
||||
#include "newgrf_storage.h"
|
||||
|
||||
typedef byte IndustryGfx;
|
||||
typedef uint16 IndustryGfx;
|
||||
typedef uint8 IndustryType;
|
||||
|
||||
enum {
|
||||
|
Loading…
Reference in New Issue
Block a user