Tabs to spaces

develop
Petr Mrázek 2010-02-25 17:53:41 +01:00
parent de5b2ecb4e
commit 4509e275ce
1 changed files with 8 additions and 8 deletions

@ -778,14 +778,14 @@ struct t_hotkey
// local are numbered with top left as 0,0, name is indexes into the item vector // local are numbered with top left as 0,0, name is indexes into the item vector
struct t_settlement struct t_settlement
{ {
uint32_t origin; uint32_t origin;
int32_t name[2]; int32_t name[2];
int16_t world_x; int16_t world_x;
int16_t world_y; int16_t world_y;
int16_t local_x1; int16_t local_x1;
int16_t local_x2; int16_t local_x2;
int16_t local_y1; int16_t local_y1;
int16_t local_y2; int16_t local_y2;
}; };
}// namespace DFHack }// namespace DFHack