Fix: Do not refer to a function in the documentation that was removed years ago (#7844)

The 'DoDrawString' was removed with this commit: f11300d
This commit is contained in:
stormcone
2019-11-25 22:59:03 +01:00
committed by Ingo von Borstel
parent d865916a07
commit 40ebf3c765
2 changed files with 11 additions and 6 deletions

View File

@@ -792,7 +792,7 @@ public:
switch (widget) {
case WID_GL_ALL_VEHICLES: // All vehicles
case WID_GL_DEFAULT_VEHICLES: // Ungroupd vehicles
case WID_GL_DEFAULT_VEHICLES: // Ungrouped vehicles
if (g->parent != INVALID_GROUP) {
DoCommandP(0, this->group_sel | (1 << 16), INVALID_GROUP, CMD_ALTER_GROUP | CMD_MSG(STR_ERROR_GROUP_CAN_T_SET_PARENT));
}