chiark / gitweb /
Add a disorder-choose man page
[disorder] / server / play.c
index 8b798433d1e9819d5f25070df6c5795b69cfcccd..af42bd3ae2a17e819859a22396edbcfba9e58731 100644 (file)
@@ -643,7 +643,6 @@ void scratch(const char *who, const char *id) {
     if(playing_is_enabled() && config->scratch.n) {
       int r = rand() * (double)config->scratch.n / (RAND_MAX + 1.0);
       q = queue_add(config->scratch.s[r], who, WHERE_START, origin_scratch);
-      q->state = playing_isscratch;
     }
     notify_scratch(playing->track, playing->submitter, who,
                   time(0) - playing->played);