editor report tweak

This commit is contained in:
Tomasz Śniatowski 2008-08-17 19:18:35 +01:00
parent c2fc11d2f9
commit 24cf368c4b
2 changed files with 1 additions and 5 deletions

View file

@ -577,10 +577,6 @@ Units cannot be killed by poison alone. The poison will not reduce it below 1 HP
return report();
}
}
case EDITOR2_TOOL_HINT: {
str << "FIXME"; //FIXME: editor status(?)
break;
}
default:
assert(false);
break;

View file

@ -36,7 +36,7 @@ namespace reports {
EDIT_LEFT_BUTTON_FUNCTION, EDITOR2_TOOL_HINT, NUM_REPORTS};
enum { UNIT_REPORTS_BEGIN=UNIT_NAME, UNIT_REPORTS_END=UNIT_PROFILE+1 };
enum { STATUS_REPORTS_BEGIN=TIME_OF_DAY, STATUS_REPORTS_END=NUM_REPORTS };
enum { STATUS_REPORTS_BEGIN=TIME_OF_DAY, STATUS_REPORTS_END=EDITOR2_TOOL_HINT };
const std::string& report_name(TYPE type);