diff --git a/src/Main.cpp b/src/Main.cpp index ec02d32..7be3dbe 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -140,6 +140,8 @@ class Block { int main() { + srand(time(NULL)); + sf::RenderWindow window(sf::VideoMode(WINDOW_WIDTH, WINDOW_HEIGHT), "elnutris"); Block block;