(svn r2307) - Fix (regression): it was not possible to change the drive-side in the intro-game.

- CodeChange: remove unused "CANT_DO_THIS" double-string.
This commit is contained in:
Darkvater
2005-05-14 18:25:01 +00:00
parent 5174d3adfe
commit fbb794d450
3 changed files with 6 additions and 6 deletions

View File

@@ -196,7 +196,7 @@ static void TownAuthorityWndProc(Window *w, WindowEvent *e)
}
case 6: { /* carry out the action */
DoCommandP(GetTown(w->window_number)->xy, w->window_number, WP(w,def_d).data_1, NULL, CMD_DO_TOWN_ACTION | CMD_MSG(STR_2054_CAN_T_DO_THIS));
DoCommandP(GetTown(w->window_number)->xy, w->window_number, WP(w,def_d).data_1, NULL, CMD_DO_TOWN_ACTION | CMD_MSG(STR_00B4_CAN_T_DO_THIS));
break;
}
}