1
0
Fork 0

(svn r23787) -Fix: add some missing spaces

release/1.2
rubidium 2012-01-11 18:47:32 +00:00
parent 20b3fd8ccd
commit 89ab59f0cb
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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);