diff --git a/serpent b/serpent new file mode 100755 index 0000000..a4f6b19 Binary files /dev/null and b/serpent differ diff --git a/serpent.c b/serpent.c index d5df46d..971a86d 100644 --- a/serpent.c +++ b/serpent.c @@ -523,8 +523,8 @@ void run() { /* Function to display the main menu */ void mainMenu(WINDOW *menuScreen, int menuType) { - int menuY = (SCREEN_HEIGHT - startY) / 5; - int menuX = (SCREEN_WIDTH - startX) / 2; + int menuY = (SCREEN_HEIGHT - 5) / 5; + int menuX = (SCREEN_WIDTH - 30) / 2; wclear(menuScreen); box(menuScreen, 0, 0);