diff --git a/src/main.c b/src/main.c index 4fc146b..87f150a 100644 --- a/src/main.c +++ b/src/main.c @@ -24,11 +24,6 @@ int main(int argc, char **argv) { srand(time(NULL)); terrain = generateTerrain(150.0, 180.0); - - // Choose right state - stateTable[currentState].drawFun(); - stateTable[currentState].handleEventsFun(); - // the main game loop while (currentState != STATE_EXIT) { // Check for events