mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
|
--- video.h.orig Sun Dec 26 17:13:19 1999
|
||
|
+++ video.h Sun Dec 26 17:13:37 1999
|
||
|
@@ -28,7 +28,7 @@
|
||
|
#define VID_MAX_BRIGHT 64
|
||
|
#define MAX_RGB 256
|
||
|
|
||
|
-const VID_AVG_BRIGHT = VID_MAX_BRIGHT/2;
|
||
|
+const int VID_AVG_BRIGHT = VID_MAX_BRIGHT/2;
|
||
|
|
||
|
extern bool vidInitialized;
|
||
|
|