• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

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


Commit MetaInfo

修訂7fe3f7fe8f1e19dfc5866cce5de68ac8cd785966 (tree)
時間2020-03-19 19:35:14
作者shimitei <shimitei@gmai...>
Commitershimitei

Log Message

Revert "add ifdef emscripten"

This reverts commit aadbd4836cc023cec4c7e6815daacddfe917cf0f.

Change Summary

差異

--- a/src/h-config.h
+++ b/src/h-config.h
@@ -152,7 +152,6 @@
152152 * or for the "Atari" platform which is Unix-like, apparently
153153 */
154154 #if !defined(MACINTOSH) && !defined(WINDOWS) && \
155- !defined(__EMSCRIPTEN__) && \
156155 !defined(ACORN) && !defined(VM)
157156 # define SET_UID
158157 #endif
--- a/src/save.c
+++ b/src/save.c
@@ -1727,7 +1727,7 @@ bool load_player(void)
17271727 if (!savefile[0]) return (TRUE);
17281728
17291729
1730-#if !defined(MACINTOSH) && !defined(WINDOWS) && !defined(__EMSCRIPTEN__)
1730+#if !defined(MACINTOSH) && !defined(WINDOWS)
17311731
17321732 /* Fix this */
17331733