mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
$NetBSD: patch-am,v 1.1 2003/12/19 07:07:19 jdc Exp $
|
|
|
|
--- texture.c.dist 1994-04-15 21:20:12.000000000 +0100
|
|
+++ texture.c 2003-12-18 11:44:10.000000000 +0000
|
|
@@ -25,7 +25,7 @@
|
|
static long *floortab;
|
|
long texturemem;
|
|
extern struct texture *vtex;
|
|
-extern long trigtab[];
|
|
+extern int32_t trigtab[];
|
|
|
|
/*
|
|
* Draw a texture-wall.. really not fast
|