OSDN Git Service

スコアサーバのOSDN移設に伴うサーバアドレス・URLの変更
[hengband/hengband.git] / src / main-ibm.c
index 63c844b..bc3193f 100644 (file)
@@ -1,4 +1,4 @@
-/* File: main-ibm.c */
+/* File: main-ibm.c */
 
 /*
  * Copyright (c) 1997 Ben Harrison, and others
@@ -887,11 +887,7 @@ static errr Term_text_ibm(int x, int y, int n, byte a, const char *cp)
  *
  * The given parameters are "valid".
  */
-#ifdef USE_TRANSPARENCY
 static errr Term_pict_ibm(int x, int y, int n, const byte *ap, const char *cp, const byte *tap, const char *tcp)
-#else /* USE_TRANSPARENCY */
-static errr Term_pict_ibm(int x, int y, int n, const byte *ap, const char *cp)
-#endif /* USE_TRANSPARENCY */
 {
        register int i;
        register byte attr;