mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 19:45:23 -04:00
Fix username getting stuffed up with last commit, oops (Thanks Yolkbird)
This commit is contained in:
parent
3c3664b9cf
commit
8749010193
@ -299,7 +299,7 @@ void Launcher_Run(void) {
|
|||||||
Drawer2D_BlackTextShadows = true;
|
Drawer2D_BlackTextShadows = true;
|
||||||
InitFramebuffer();
|
InitFramebuffer();
|
||||||
|
|
||||||
Options_UNSAFE_Get("launcher-cc-username", &Game_Username);
|
Options_Get("launcher-cc-username", &Game_Username, "");
|
||||||
Session_Load();
|
Session_Load();
|
||||||
Launcher_LoadSkin();
|
Launcher_LoadSkin();
|
||||||
Launcher_Init();
|
Launcher_Init();
|
||||||
|
@ -224,7 +224,7 @@ int Convert_FromBase64(const char* src, int len, cc_uint8* dst) {
|
|||||||
*--------------------------------------------------------EntryList--------------------------------------------------------*
|
*--------------------------------------------------------EntryList--------------------------------------------------------*
|
||||||
*#########################################################################################################################*/
|
*#########################################################################################################################*/
|
||||||
void EntryList_Load(struct StringsBuffer* list, const char* file, char separator, EntryList_Filter filter) {
|
void EntryList_Load(struct StringsBuffer* list, const char* file, char separator, EntryList_Filter filter) {
|
||||||
cc_string entry; char entryBuffer[768];
|
cc_string entry; char entryBuffer[1024];
|
||||||
cc_string path;
|
cc_string path;
|
||||||
cc_string key, value;
|
cc_string key, value;
|
||||||
int lineLen, maxLen;
|
int lineLen, maxLen;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user