editor report tweak
This commit is contained in:
parent
c2fc11d2f9
commit
24cf368c4b
2 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue