Enable NewGRF debug window for non-GRF vehicles

This commit is contained in:
Jonathan G Rennison
2018-08-15 03:14:53 +01:00
parent 97d6e3c90f
commit fb3cb9c3d2
2 changed files with 5 additions and 1 deletions

View File

@@ -201,6 +201,7 @@ public:
}
virtual void ExtraInfo(uint index, std::function<void(const char *)> print) const {}
virtual bool ShowExtraInfoOnly(uint index) const { return false; };
protected:
/**
@@ -473,6 +474,8 @@ struct NewGRFInspectWindow : Window {
::DrawString(r.left + LEFT_OFFSET, r.right - RIGHT_OFFSET, r.top + TOP_OFFSET + (offset * this->resize.step_height), buf, TC_BLACK);
});
if (nih->ShowExtraInfoOnly(index)) return;
const_cast<NewGRFInspectWindow*>(this)->first_variable_line_index = i;
if (nif->variables != NULL) {