hedgewars/uStore.pas
changeset 3971 5c82ee165ed5
parent 3963 6090d2a2472e
child 4004 b1c2c2f6fc5e
child 4222 e0de341a75ab
--- a/hedgewars/uStore.pas	Mon Oct 11 16:56:00 2010 -0400
+++ b/hedgewars/uStore.pas	Tue Oct 12 05:06:30 2010 +0200
@@ -1146,6 +1146,7 @@
 function glLoadExtension(extension : shortstring) : boolean;
 begin
 {$IFDEF IPHONEOS}
+    extension:= extension; // avoid hint
     glLoadExtension:= false;
 {$IFDEF DEBUGFILE}
     AddFileLog('OpenGL - "' + extension + '" skipped')