Partial merge of I/O management.
[super-star-trek.git] / io.c
diff --git a/io.c b/io.c
index f4ed854e99e215c1f677b559d54e6321ec6873da..3bc3b9c2c88d225069e90723e3ba96093f871dd8 100644 (file)
--- a/io.c
+++ b/io.c
@@ -101,10 +101,10 @@ void clearscreen(void) {
 }
 
 void pause_game(int i) {
+       char *prompt;
 #ifndef SERGEEV
-    char buf[BUFSIZ], *prompt;
+        char buf[BUFSIZ];
 #else /* SERGEEV */
-       char *prompt;
         drawmaps(0);
         setwnd(5);
 #endif /* SERGEEV */
@@ -287,6 +287,7 @@ void prouts(char *fmt, ...) {
 }
 
 void warble(void)
+/* sound and visual effects for teleportation */
 {
 #ifdef SERGEEV
     int posx, posy;