remove non-printable characters
[unix-history] / usr / src / games / trek / ram.c
index 0b36e7a..05d3bf1 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ram.c      5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)ram.c      5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
@@ -33,7 +33,7 @@ int   ix, iy;
        register int            i;
        register char           c;
 
        register int            i;
        register char           c;
 
-       printf("\aRED ALERT\a: collision imminent\n");
+       printf("\07RED ALERT\07: collision imminent\n");
        c = Sect[ix][iy];
        switch (c)
        {
        c = Sect[ix][iy];
        switch (c)
        {