Browse Source

Remove specter. ^S1 is too slow.

Steve Thielemann 4 years ago
parent
commit
0cd448208d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wordplay.cpp

+ 1 - 1
wordplay.cpp

@@ -161,7 +161,7 @@ int mangle_clrscr(std::string &buffer, std::string &work, size_t pos) {
                     {icu, sizeof(icu) / sizeof(char *), 0, 20},
                     {skull, sizeof(skull) / sizeof(char *), 0, 19},
                     {skullblink, sizeof(skullblink) / sizeof(char *), 0, 19},
-                    {specter, sizeof(specter) / sizeof(char *), 1, 0},
+                    // {specter, sizeof(specter) / sizeof(char *), 1, 0},
                     {owl, sizeof(owl) / sizeof(char *), 0, 70}
 
       };