diff -r b216eccfb77a -r ff7fbab7cd56 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Wed Apr 03 00:17:21 2013 +0400 +++ b/hedgewars/uStore.pas Thu Apr 04 00:32:57 2013 +0200 @@ -920,6 +920,7 @@ AddFileLogRaw(PChar(glGetString(GL_EXTENSIONS))); {$ELSE} AddFileLog(' \----- Extensions: '); + // fetch extentions and store them in string tmpstr := StrPas(PChar(glGetString(GL_EXTENSIONS))); tmpn := WordCount(tmpstr, [' ']);