Add C5 to phot HUD list, fixes #401

This commit is contained in:
jacob1 2017-04-21 20:32:12 -04:00
parent 866289c179
commit 0dd1cbf050

View File

@ -2285,7 +2285,7 @@ void GameView::OnDraw()
if (type == PT_PIPE || type == PT_PPIP)
ctype = sample.particle.tmp&0xFF;
if (type == PT_PHOT || type == PT_BIZR || type == PT_BIZRG || type == PT_BIZRS || type == PT_FILT || type == PT_BRAY)
if (type == PT_PHOT || type == PT_BIZR || type == PT_BIZRG || type == PT_BIZRS || type == PT_FILT || type == PT_BRAY || type == PT_C5)
wavelengthGfx = (ctype&0x3FFFFFFF);
if (showDebug)