Skip to content

Commit

Permalink
fix compile error w/out steamworks
Browse files Browse the repository at this point in the history
  • Loading branch information
SheridanR committed Jul 19, 2022
1 parent 5e046f3 commit e60b036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5826,8 +5826,10 @@ int main(int argc, char** argv)
{
for (c = 1; c < argc; c++)
{
#ifdef STEAMWORKS
cmd_line += argv[c];
cmd_line += " ";
#endif
if ( argv[c] != NULL )
{
if ( !strcmp(argv[c], "-windowed") )
Expand Down

0 comments on commit e60b036

Please sign in to comment.