View | Details | Raw Unified | Return to bug 230869
Collapse All | Expand All

(-)src/fmgen/psg.cpp (-1 / +1 lines)
Lines 118-124 void PSG::MakeEnvelopTable() Link Here
118
		2,2, 2,0, 2,1, 2,3, 1,1, 1,3, 1,2, 1,0,
118
		2,2, 2,0, 2,1, 2,3, 1,1, 1,3, 1,2, 1,0,
119
	};
119
	};
120
	static uint8 table2[4] = {  0,  0, 31, 31 };
120
	static uint8 table2[4] = {  0,  0, 31, 31 };
121
	static uint8 table3[4] = {  0,  1, -1,  0 };
121
	static uint8 table3[4] = {  0,  1, 255,  0 };
122
122
123
	uint* ptr = enveloptable[0];
123
	uint* ptr = enveloptable[0];
124
124

Return to bug 230869