624ff38926
- Use Q1DIR directly, instead of assigning it to DATADIR. Approved by: garga (mentor, implicitly)
16 lines
232 B
C
16 lines
232 B
C
--- ./vid_x11.c.orig Sat Mar 25 15:28:06 2006
|
|
+++ ./vid_x11.c Sat May 20 10:00:24 2006
|
|
@@ -1053,3 +1053,13 @@
|
|
void VID_UnlockBuffer (void)
|
|
{
|
|
}
|
|
+
|
|
+#if !id386
|
|
+void R_Surf8Patch ()
|
|
+{
|
|
+}
|
|
+
|
|
+void R_SurfacePatch (void)
|
|
+{
|
|
+}
|
|
+#endif
|