(svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron)
-CodeLayout: Remove trailing spaces and Windows linebreaks
This commit is contained in:
@@ -43,7 +43,7 @@ static const SpriteID _road_tile_sprites_1[16] = {
|
||||
|
||||
|
||||
|
||||
#define MAKELINE(a,b,c) ADD_WORD(a), b, c,
|
||||
#define MAKELINE(a,b,c) ADD_WORD(a), b, c,
|
||||
static const byte _road_display_datas2_0[] = {
|
||||
0,0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user