Changeset - r7639:facdfc01a502
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-09-26 14:21:23
rubidium@openttd.org
(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.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/industry.h
Show inline comments
 
@@ -9,7 +9,7 @@
 
#include "helpers.hpp"
 
#include "newgrf_storage.h"
 

	
 
typedef byte IndustryGfx;
 
typedef uint16 IndustryGfx;
 
typedef uint8 IndustryType;
 

	
 
enum {
0 comments (0 inline, 0 general)