mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
remove lines
This commit is contained in:
parent
ae8fa55bb8
commit
d54d429e77
1 changed files with 13 additions and 0 deletions
|
@ -449,6 +449,19 @@ void FileChoose_DrawNameEntry(GameState* thisx) {
|
||||||
|
|
||||||
dayTime = ((void)0, gSaveContext.dayTime);
|
dayTime = ((void)0, gSaveContext.dayTime);
|
||||||
|
|
||||||
|
// hacky function for testing
|
||||||
|
// while drag and drop is broken on linux
|
||||||
|
// enter "rando" as file name
|
||||||
|
// if(this->fileNames[1][0] == '5' &&
|
||||||
|
// this->fileNames[1][1] == '$' &&
|
||||||
|
// this->fileNames[1][2] == '1' &&
|
||||||
|
// this->fileNames[1][3] == '\'' &&
|
||||||
|
// this->fileNames[1][4] == '2')
|
||||||
|
// {
|
||||||
|
ParseItemLocations("spoiler.json");
|
||||||
|
LoadItemLocations("spoiler.json");
|
||||||
|
// }
|
||||||
|
|
||||||
Sram_InitSave(this, &this->sramCtx);
|
Sram_InitSave(this, &this->sramCtx);
|
||||||
|
|
||||||
// todo: fill link's pocket here
|
// todo: fill link's pocket here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue