Update to 1.11.0-RC1
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "../ai/ai.hpp"
|
||||
#include "../game/game.hpp"
|
||||
#include "../base_media_base.h"
|
||||
#include "../openttd.h"
|
||||
#include "../sortlist_type.h"
|
||||
#include "../stringfilter_type.h"
|
||||
#include "../querystring_gui.h"
|
||||
@@ -236,7 +237,7 @@ public:
|
||||
break;
|
||||
|
||||
case CONTENT_TYPE_NEWGRF:
|
||||
ScanNewGRFFiles(nullptr);
|
||||
RequestNewGRFScan();
|
||||
break;
|
||||
|
||||
case CONTENT_TYPE_SCENARIO:
|
||||
@@ -325,7 +326,7 @@ class NetworkContentListWindow : public Window, ContentCallback {
|
||||
char url[1024];
|
||||
const char *last = lastof(url);
|
||||
|
||||
char *pos = strecpy(url, "http://grfsearch.openttd.org/?", last);
|
||||
char *pos = strecpy(url, "https://grfsearch.openttd.org/?", last);
|
||||
|
||||
if (this->auto_select) {
|
||||
pos = strecpy(pos, "do=searchgrfid&q=", last);
|
||||
|
||||
Reference in New Issue
Block a user