|
|
@ -17,14 +17,14 @@ namespace DFHack
|
|
|
|
feature_Other,
|
|
|
|
feature_Other,
|
|
|
|
feature_Adamantine_Tube,
|
|
|
|
feature_Adamantine_Tube,
|
|
|
|
feature_Underworld,
|
|
|
|
feature_Underworld,
|
|
|
|
feature_Hell_Temple,
|
|
|
|
feature_Hell_Temple
|
|
|
|
};
|
|
|
|
};
|
|
|
|
static char * sa_feature[]=
|
|
|
|
static char * sa_feature[]=
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"Other",
|
|
|
|
(char*)"Other",
|
|
|
|
"Adamantine Tube",
|
|
|
|
(char*)"Adamantine Tube",
|
|
|
|
"Underworld",
|
|
|
|
(char*)"Underworld",
|
|
|
|
"Hell Temple"
|
|
|
|
(char*)"Hell Temple"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
union planecoord
|
|
|
|
union planecoord
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -375,4 +375,4 @@ namespace DFHack
|
|
|
|
Private *d;
|
|
|
|
Private *d;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|