X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=steam.h;h=251c51e85c00b36bc6a3e9019b953f7fbc595d38;hb=99df437e740aa12d6e578d15bcf14140f648a6d1;hp=09e3935aecff37421f81fd31058136961a3bf3e6;hpb=3e59ac7081ea3005060b56449bc77c8f73cdc6b6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/steam.h b/steam.h index 09e3935..251c51e 100644 --- a/steam.h +++ b/steam.h @@ -212,9 +212,8 @@ VG_STATIC void str_utf8_collapse( const char *str, char *buf, u32 length ) buf[j] = 0x00; } -VG_STATIC int steam_init(void) -{ - const char *username = NULL; +VG_STATIC int steam_init(void){ + const char *username = "offline player"; #ifdef SR_NETWORKED vg_info( "Initializing steamworks\n" );