mirror of https://github.com/OpenTTD/OpenTTD
(svn r23787) -Fix: add some missing spaces
parent
20b3fd8ccd
commit
89ab59f0cb
|
@ -1685,7 +1685,7 @@ static void ClientList_GiveMoney(const NetworkClientInfo *ci)
|
|||
|
||||
static void ClientList_SpeakToClient(const NetworkClientInfo *ci)
|
||||
{
|
||||
ShowNetworkChatQueryWindow(DESTTYPE_CLIENT,ci->client_id);
|
||||
ShowNetworkChatQueryWindow(DESTTYPE_CLIENT, ci->client_id);
|
||||
}
|
||||
|
||||
static void ClientList_SpeakToCompany(const NetworkClientInfo *ci)
|
||||
|
|
|
@ -309,7 +309,7 @@ public:
|
|||
|
||||
this->FinishInitNested(desc, window_number);
|
||||
|
||||
this->flags|= WF_DISABLE_VP_SCROLL;
|
||||
this->flags |= WF_DISABLE_VP_SCROLL;
|
||||
NWidgetViewport *nvp = this->GetWidget<NWidgetViewport>(WID_TV_VIEWPORT);
|
||||
nvp->InitializeViewport(this, this->town->xy, ZOOM_LVL_NEWS);
|
||||
|
||||
|
|
Loading…
Reference in New Issue