diff -r e5e4ebf528b5 -r aeccc8f51d3f hedgewars/uStore.pas --- a/hedgewars/uStore.pas Sat Oct 24 13:50:31 2009 +0000 +++ b/hedgewars/uStore.pas Sun Oct 25 09:02:17 2009 +0000 @@ -963,10 +963,10 @@ function glLoadExtension(extension : string) : boolean; begin -{$IFNDEF IPHONEOS} +{$IFDEF IPHONEOS} + glLoadExtension:= false; +{$ELSE} glLoadExtension:= glext_LoadExtension(extension); -{$ELSE} - glLoadExtension:= false; {$ENDIF} {$IFDEF DEBUGFILE} if not glLoadExtension then