mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-13 19:05:34 +02:00
Update steam_client_interface_getter.cpp
typo
This commit is contained in:
parent
77ff74d6e1
commit
ace78b0247
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ ISteamUser *Steam_Client::GetISteamUser( HSteamUser hSteamUser, HSteamPipe hStea
|
||||||
if (!steam_pipes.count(hSteamPipe)) {
|
if (!steam_pipes.count(hSteamPipe)) {
|
||||||
// Fallback for steamclient_experimental build: if pipe 1 is requested but not found,
|
// Fallback for steamclient_experimental build: if pipe 1 is requested but not found,
|
||||||
// and we have other valid pipes, continue execution instead of returning NULL
|
// and we have other valid pipes, continue execution instead of returning NULL
|
||||||
if (hSteamPipe == 1 || !steam_pipes.empty()) {
|
if (hSteamPipe !=1 || steam_pipes.empty()) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue