diff --git a/luprex/eris-master/src/lstate.c b/luprex/eris-master/src/lstate.c index 283668cb..bc58ec82 100644 --- a/luprex/eris-master/src/lstate.c +++ b/luprex/eris-master/src/lstate.c @@ -48,7 +48,7 @@ */ #if !defined(luai_makeseed) #include -#define luai_makeseed() cast(unsigned int, time(NULL)) +#define luai_makeseed() 1234 #endif