Skip to content

Commit c282bd8

Browse files
committed
fixup! fixup! fixup! fixup! fixup! Add Emscripten builds
1 parent ffbc7f7 commit c282bd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bool newGame=false;
3838
SaveGame saveGame;
3939
UserPref userPref;
4040
UmbraEngine engine("./data/cfg/umbra.txt",UMBRA_REGISTER_ALL);
41-
TCODImage background("./data/img/background.png");
41+
TCODImage background(0, 0); // Unused
4242
TCODParser config;
4343

4444
HDRColor getHDRColorProperty(const TCODParser &parser,const char *name) {

0 commit comments

Comments
 (0)