X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsstlinux.h;h=c241f12d6b781df0fd292a6c62bf5a3c15ab262f;hp=1080f9691346a2c3c53adc8349ee315eaff6ffc7;hb=a0718b55ad87f433723f756dfe748701c7801695;hpb=425a592e41da0eb051cbabc8f389f30e98cd335a diff --git a/src/sstlinux.h b/src/sstlinux.h index 1080f96..c241f12 100644 --- a/src/sstlinux.h +++ b/src/sstlinux.h @@ -5,6 +5,5 @@ void sound(unsigned int); void nosound(void); #define delay(x) usleep(x*1000) -#define randomize() srand((unsigned)time(NULL)) #endif