変愚蛮怒のメインリポジトリです
Revision | ab0da9f6cb09fa8da2eeafe65fca9d409f770032 (tree) |
---|---|
Time | 2020-03-17 00:32:05 |
Author | shimitei <shimitei@gmai...> |
Commiter | shimitei |
stub term
@@ -98,14 +98,10 @@ int main(int argc, char *argv[]) | ||
98 | 98 | /* Install "quit" hook */ |
99 | 99 | quit_aux = quit_hook; |
100 | 100 | |
101 | - | |
102 | - /* Attempt to use the "main-cap-hardcode.c" support */ | |
103 | - extern errr init_cap(void); | |
104 | - init_cap(); | |
105 | - ANGBAND_SYS = "cap"; | |
106 | - | |
107 | - /* Catch nasty signals */ | |
108 | - signals_init(); | |
101 | + /* Attempt to use the "main-wasm-term.c" support */ | |
102 | + extern errr init_wasm(void); | |
103 | + init_wasm(); | |
104 | + ANGBAND_SYS = "wasm"; | |
109 | 105 | |
110 | 106 | /* Initialize */ |
111 | 107 | init_angband(); |