OSDN Git Service

[Refactor] #40567 Moved functions can be static in z-term.c/h
[hengband/hengband.git] / src / io / input-key-acceptor.c
index ca81b56..be679a5 100644 (file)
@@ -170,7 +170,7 @@ char inkey(void)
 {
     char ch = 0;
     bool done = FALSE;
-    term *old = Term;
+    term_type *old = Term;
 
     if (inkey_next && *inkey_next && !inkey_xtra) {
         ch = *inkey_next++;