fix stash merge conflict

This commit is contained in:
Adam Powers
2020-10-19 11:45:22 -07:00
parent 3a31587ca9
commit 8fcc02fb81

View File

@@ -1071,7 +1071,6 @@ void create_global (char *name, void *ptr, char *type);
void js_globals_init() {
// int i;
// char buf[BUFSZ];
printf("js_globals_init\n");
EM_ASM({
globalThis.nethackGlobal = globalThis.nethackGlobal || {};