Change tabs to spaces

develop
Lethosor 2015-06-11 12:50:00 -04:00
parent eef9f49ae8
commit 09db800f3d
1 changed files with 8 additions and 8 deletions

@ -113,13 +113,13 @@ message MapBlock
repeated MatPair base_materials = 8;
repeated int32 magma = 9;
repeated int32 water = 10;
repeated bool hidden = 11;
repeated bool light = 12;
repeated bool subterranean = 13;
repeated bool outside = 14;
repeated bool aquifer = 15;
repeated bool water_stagnant = 16;
repeated bool water_salt = 17;
repeated bool hidden = 11;
repeated bool light = 12;
repeated bool subterranean = 13;
repeated bool outside = 14;
repeated bool aquifer = 15;
repeated bool water_stagnant = 16;
repeated bool water_salt = 17;
}
message MatPair {
@ -212,4 +212,4 @@ message MapInfo
optional string world_name = 7;
optional string world_name_english = 8;
optional string save_name = 9;
}
}