0
0
mirror of https://github.com/marcrobledo/savegame-editors.git synced 2025-04-24 16:35:10 +00:00

Update picross-3d-round-2.js

This commit is contained in:
magiczocker10 2024-07-18 08:00:55 +02:00 committed by GitHub
parent bea5fd0686
commit 948287d58b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,7 +260,7 @@ SavegameEditor={
/* check if savegame is valid */
checkValidSavegame:function(){
return (tempFile.fileSize==45688)
return (tempFile.fileSize==45688);
},
preload:function() {
@ -352,4 +352,4 @@ SavegameEditor={
/* save function */
save:function(){
}
}
};