|
@@ -948,8 +948,6 @@ void init_have_seen(int *list, int len) {
|
|
|
|
|
|
*/
|
|
|
|
|
|
-
|
|
|
-
|
|
|
LastSeen last_seen_harry_event(2);
|
|
|
|
|
|
#ifdef CPP_MADMAN_STL_CODE
|
|
@@ -993,10 +991,13 @@ void harry_idle_event(int fd) {
|
|
|
|
|
|
|
|
|
cp = phrases[r];
|
|
|
+ int color = random() % 15 + 1;
|
|
|
+
|
|
|
int color = random() % 16;
|
|
|
if (color == 0) {
|
|
|
color++;
|
|
|
}
|
|
|
+ */
|
|
|
|
|
|
sprintf(buffer, "^S2^C%02d%s^P2^CR^D%02d", color, cp, (int)strlen(cp));
|
|
|
|