simplify {$IF that pas2c did not seem to understand
authorsheepluva
Thu, 02 Oct 2014 13:44:54 +0200
changeset 10429 e3cdbba07732
parent 10427 dd44d2c8fd0e
child 10431 d8830bd7cb24
simplify {$IF that pas2c did not seem to understand
hedgewars/uRender.pas
--- a/hedgewars/uRender.pas	Thu Oct 02 13:18:58 2014 +0200
+++ b/hedgewars/uRender.pas	Thu Oct 02 13:44:54 2014 +0200
@@ -280,7 +280,7 @@
 {$ENDIF}
 end;
 
-{$IF DEFINED(USE_S3D_RENDERING) OR DEFINED(USE_VIDEO_RECORDING)}
+{$IFDEF USE_S3D_RENDERING OR USE_VIDEO_RECORDING}
 procedure CreateFramebuffer(var frame, depth, tex: GLuint);
 begin
     glGenFramebuffersEXT(1, @frame);