| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/games/netherearth/files/ |
Upload File : |
--- main.cpp.orig 2014-06-09 19:39:33.355708525 +0400
+++ main.cpp 2014-06-09 19:40:20.729705674 +0400
@@ -20,6 +20,9 @@
#include "piece3dobject.h"
#include "nether.h"
+#include "GL/gl.h"
+#include "GL/glut.h"
+
/* GLOBAL VARIABLES INITIALIZATION: */
int SCREEN_X=640;
@@ -158,6 +161,8 @@
screen_sfc = initialization((fullscreen ? SDL_FULLSCREEN : 0));
if (screen_sfc==0) return 0;
+ glutInit(&argc, argv);
+
time=init_time=SDL_GetTicks();
while (!quit) {