• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revisionab0da9f6cb09fa8da2eeafe65fca9d409f770032 (tree)
Time2020-03-17 00:32:05
Authorshimitei <shimitei@gmai...>
Commitershimitei

Log Message

stub term

Change Summary

Incremental Difference

--- a/src/main-wasm.c
+++ b/src/main-wasm.c
@@ -98,14 +98,10 @@ int main(int argc, char *argv[])
9898 /* Install "quit" hook */
9999 quit_aux = quit_hook;
100100
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";
109105
110106 /* Initialize */
111107 init_angband();