You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-strategy/netherearth/files/netherearth-0.52-freeglut.p...

19 lines
371 B

--- a/main.cpp
+++ b/main.cpp
@@ -8,6 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <GL/glut.h>
#include "SDL/SDL.h"
#include "SDL/SDL_mixer.h"
@@ -144,6 +145,7 @@
bool quit = false;
load_configuration();
+ glutInit(&argc, argv);
screen_sfc = initialization((fullscreen ? SDL_FULLSCREEN : 0));
if (screen_sfc==0) return 0;