Strictify status types enum

This commit is contained in:
2014-12-03 23:18:12 -05:00
parent 13116980fb
commit 47fc23928c
24 changed files with 509 additions and 481 deletions

View File

@@ -163,11 +163,11 @@ cTerrain& cTerrain::operator = (legacy::terrain_type_type& old){
break;
case 5:
special = TER_SPEC_DANGEROUS;
flag3.u = STATUS_POISON;
flag3.u = (int)eStatus::POISON;
break;
case 6:
special = TER_SPEC_DANGEROUS;
flag3.u = STATUS_DISEASE;
flag3.u = (int)eStatus::DISEASE;
break;
case 7:
special = TER_SPEC_CRUMBLING;