freebsd-ports/x11/qrash/files/patch-as
Steve Price a08d0fc53f Adding qrash version 1.0
An animated musical demo for X11.

PR:		14554
Submitted by:	Trevor Johnson <trevor@jpj.net>
1999-12-27 02:24:30 +00:00

11 lines
266 B
Text

--- 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();