1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/x11/qrash/files/patch-as

12 lines
266 B
Plaintext
Raw Normal View History

--- wave.cc.orig Sun Dec 26 17:30:36 1999
+++ wave.cc Sun Dec 26 17:30:46 1999
@@ -22,7 +22,7 @@
#include "music.h"
#include "common.h"
-const WAVE_WIDTH = VID_MAX_SIZE_X/3;
+const int WAVE_WIDTH = VID_MAX_SIZE_X/3;
struct Wave: public Part {
void Init();