fix username bug, fix animator spin bug
[carveJwlIkooP6JGAAIwe30JlM.git] / steam.h
diff --git a/steam.h b/steam.h
index 09e3935aecff37421f81fd31058136961a3bf3e6..251c51e85c00b36bc6a3e9019b953f7fbc595d38 100644 (file)
--- 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" );