Use the same steam pipe/user numbers that the real steam dll uses because some games actually depend on it.

This commit is contained in:
Mr_Goldberg 2020-02-01 13:46:05 -05:00
parent 05e6c103f8
commit 03839a7de6
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
//TODO: put these in a common .h
#define CLIENT_HSTEAMUSER 12
#define SERVER_HSTEAMUSER 13
#define CLIENT_HSTEAMUSER 1
#define SERVER_HSTEAMUSER 1
#define DEFAULT_NAME "Goldberg"
#define PROGRAM_NAME "Goldberg SteamEmu"