forked from cafeberry/cafeberry
update lcemp networking
This commit is contained in:
@@ -94,6 +94,8 @@ D3DSAMPLERSTATETYPE SamplerStateModes[]=
|
||||
//-------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
char g_Win64Username[17] = {0};
|
||||
|
||||
BOOL g_bWidescreen = TRUE;
|
||||
|
||||
|
||||
@@ -433,6 +435,9 @@ int __cdecl main()
|
||||
&app.uiGameDefinedDataChangedBitmask
|
||||
);
|
||||
|
||||
strncpy(g_Win64Username, ProfileManager.GetGamertag(0), 17);
|
||||
g_Win64Username[16] = 0;
|
||||
|
||||
// register the awards
|
||||
ProfileManager.RegisterAward(eAward_TakingInventory, ACHIEVEMENT_01, eAwardType_Achievement);
|
||||
ProfileManager.RegisterAward(eAward_GettingWood, ACHIEVEMENT_02, eAwardType_Achievement);
|
||||
|
||||
Reference in New Issue
Block a user