src/network/newgrf_download.h
changeset 11182 22f2cfb1f1f0
parent 11181 403550141f43
equal deleted inserted replaced
11181:403550141f43 11182:22f2cfb1f1f0
     7 
     7 
     8 #include "../newgrf_config.h"
     8 #include "../newgrf_config.h"
     9 #include "core/game.h"
     9 #include "core/game.h"
    10 
    10 
    11 // URL to the Master NewGRF database API
    11 // URL to the Master NewGRF database API
    12 #define NETWORK_NEWGRF_MASTER_API "http://localhost:8000/openttd-api/%s"
    12 #define NETWORK_NEWGRF_MASTER_API "http://skrblz.fixme.fi:8182/openttd-api/%s"
    13 
    13 
    14 // our HTTP User-Agent :)
    14 // our HTTP User-Agent :)
    15 #define NETWORK_HTTP_USER_AGENT "OpenTTD (%s)"
    15 #define NETWORK_HTTP_USER_AGENT "OpenTTD (%s)"
    16 
    16 
    17 /* In newgrf_download.cpp */
    17 /* In newgrf_download.cpp */