OSDN Git Service

[Fix] #38965 「気合いため」のための concentration() 関数抜け修正。 / Fix forgotten calling concentration().
[hengband/hengband.git] / src / main-cap.c
index 34b4cfb..a250255 100644 (file)
@@ -873,7 +873,7 @@ static errr Term_wipe_cap(int x, int y, int n)
 /*
  * Place some text on the screen using an attribute
  */
-static errr Term_text_cap(int x, int y, int n, byte a, cptr s)
+static errr Term_text_cap(int x, int y, int n, byte a, concptr s)
 {
        int i;