(svn r16414) -Change: Make it harder to ignore/close important error messages. Esp. do not close them automatically after some time.
This commit is contained in:
@@ -196,7 +196,7 @@ void CheckTrainsLengths()
|
||||
(w->track == TRACK_BIT_DEPOT && TicksToLeaveDepot(u) <= 0)) {
|
||||
SetDParam(0, v->index);
|
||||
SetDParam(1, v->owner);
|
||||
ShowErrorMessage(INVALID_STRING_ID, STR_BROKEN_VEHICLE_LENGTH, 0, 0);
|
||||
ShowErrorMessage(INVALID_STRING_ID, STR_BROKEN_VEHICLE_LENGTH, 0, 0, true);
|
||||
|
||||
if (!_networking) DoCommandP(0, PM_PAUSED_ERROR, 1, CMD_PAUSE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user