Unbreak opening CCLP1 (oops)

This commit is contained in:
Eevee (Evelyn Woods) 2020-09-05 17:11:34 -06:00
parent 6f6f0fab48
commit bd526059f7

View File

@ -1601,7 +1601,7 @@ class Splash extends PrimaryView {
// TODO indicate we're downloading something // TODO indicate we're downloading something
// TODO handle errors // TODO handle errors
// TODO cancel a download if we start another one? // TODO cancel a download if we start another one?
let data = await fetch(path); let buf = await fetch(path);
let stored_game; let stored_game;
this.load_file(buf); this.load_file(buf);
// TODO get title out of C2G when it's supported // TODO get title out of C2G when it's supported