(svn r20647) -Codechange: update some of the object spec information

This commit is contained in:
rubidium
2010-08-28 17:29:12 +00:00
parent adb7baf2d8
commit cd705f434c
8 changed files with 81 additions and 14 deletions

View File

@@ -123,7 +123,7 @@ static const DrawTileSprites _object_hq[] = {
#undef TILE_SPRITE_LINE
#define M(name, size, build_cost_multiplier, clear_cost_multiplier, flags) { name, size, build_cost_multiplier, clear_cost_multiplier, flags }
#define M(name, size, build_cost_multiplier, clear_cost_multiplier, flags) { name, size, build_cost_multiplier, clear_cost_multiplier, flags, true }
/** Specification of the original object structures. */
extern const ObjectSpec _original_objects[] = {