summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 09483f2..f9ae592 100644
--- a/src/main.c
+++ b/src/main.c
@@ -9,8 +9,6 @@
int main(void)
{
- srand(0);
-
if (LZY_Init("Hyperultra!", 30, "res/tset.png", "res/font.png")) {
LZY_Log("LZY_Init failed: %s", LZY_GetError());
LZY_Quit();