hedgewars/uTypes.pas
branchwebgl
changeset 8444 75db7bb8dce8
parent 8332 9333216f2054
parent 8359 9a7024b2a4d3
child 8833 c13ebed437cb
--- a/hedgewars/uTypes.pas	Wed Jan 02 11:11:49 2013 +0100
+++ b/hedgewars/uTypes.pas	Sun Jan 27 00:28:57 2013 +0100
@@ -170,7 +170,7 @@
     TWave = (waveRollup, waveSad, waveWave, waveHurrah, waveLemonade, waveShrug, waveJuggle);
 
     TRenderMode = (rmDefault, rmLeftEye, rmRightEye);
-    TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical, smAFR);
+    TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical);
 
     THHFont = record
             Handle: PTTF_Font;