mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-05-12 18:29:37 -06:00
SDL host HostGetDeviceId() -> HostGenerateDeviceId()
This commit is contained in:
parent
31ce1c32b8
commit
deff3ab3f9
@ -45,7 +45,7 @@ void HostExit()
|
||||
HostHelpers::Cleanup();
|
||||
}
|
||||
|
||||
const char *HostGetDeviceId() {
|
||||
const char *HostGenerateDeviceId() {
|
||||
// Hash it so query params aren't obnoxious
|
||||
MD5_CTX md5;
|
||||
MD5Init(&md5);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user