diff --git a/src/openrct2/network/http.cpp b/src/openrct2/network/http.cpp index 62b69ecc87..de698abb8e 100644 --- a/src/openrct2/network/http.cpp +++ b/src/openrct2/network/http.cpp @@ -151,7 +151,7 @@ http_response_t *http_request(const http_request_t *request) return NULL; } - sint32 httpStatusCode; + long httpStatusCode; curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &httpStatusCode); char* contentType;