freebsd-ports/games/egl/files/patch-common__common.c
Alejandro Pulver 9f2d15ac29 Enhaced OpenGL only Quake II engine.
WWW: http://egl.quakedev.com/

Approved by:	garga (mentor, implicitly)
2006-05-25 18:44:00 +00:00

10 lines
230 B
C

--- ./common/common.c.orig Tue May 23 20:05:59 2006
+++ ./common/common.c Tue May 23 20:06:00 2006
@@ -645,6 +645,7 @@
Com_InitArgv (argc, argv);
Cmd_Init ();
+ Swap_Init ();
Cbuf_Init ();
Alias_Init ();
Cvar_Init ();