Skip to content

Commit

Permalink
Added an explanation.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 16, 2015
1 parent 234f039 commit ecb5f6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions steamshim_parent.cpp
Expand Up @@ -589,6 +589,10 @@ static bool setEnvironmentVars(PipeType pipeChildRead, PipeType pipeChildWrite)

static bool initSteamworks(PipeType fd)
{
// this can fail for many reasons:
// - you forgot a steam_appid.txt in the current working directory.
// - you don't have Steam running
// - you don't own the game listed in steam_appid.txt
if (!SteamAPI_Init())
return 0;

Expand Down

0 comments on commit ecb5f6e

Please sign in to comment.