


fuckthat


switch (f33) {
case 0:
pConsoleCommand("ScreenGamma 1.000000");
pConsoleCommand("GammaB 1.108132");
pConsoleCommand("GammaR 1.108132");
pConsoleCommand("GammaG 1.108132");
break;
case 1:
pConsoleCommand("ScreenGamma 0.000000");
pConsoleCommand("GammaB 1");
pConsoleCommand("GammaR 0");
pConsoleCommand("GammaG 0");
break;
case 2:
pConsoleCommand("ScreenGamma 0.000000");
pConsoleCommand("GammaB 0");
pConsoleCommand("GammaR 1");
pConsoleCommand("GammaG 0");
break;
case 3:
pConsoleCommand("ScreenGamma 0.000000");
pConsoleCommand("GammaB 0");
pConsoleCommand("GammaR 0");
pConsoleCommand("GammaG 1");
break;
}

char* Opt_visao[] = { "[Des]","[Blue]", "[Red]", "[Green]"};