changeset 200 | a36102728776 |
parent 199 | f156e54736a4 |
child 201 | c9610ad20fef |
--- a/hedgewars/uStore.pas Mon Oct 16 17:26:50 2006 +0000 +++ b/hedgewars/uStore.pas Mon Oct 16 19:20:13 2006 +0000 @@ -253,9 +253,9 @@ with Fontz[fi] do begin s:= Pathz[ptFonts] + '/' + Name; - WriteToConsole(msgLoading + s + ' '); + WriteToConsole(msgLoading + s + '... '); Handle:= TTF_OpenFont(PChar(s), Height); - TryDo(Handle <> nil, msgFailed, true); + SDLTry(Handle <> nil, true); WriteLnToConsole(msgOK) end; AddProgress;