From 1f246d9dcbc32e1049f4a8a6ac1777b313d9e547 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 29 Mar 2008 11:55:42 +0000 Subject: fixed protection so that the fonts doesn't get resampled --- src/engine/e_if_client.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/engine/e_if_client.h') diff --git a/src/engine/e_if_client.h b/src/engine/e_if_client.h index e921f9e9..3f490079 100644 --- a/src/engine/e_if_client.h +++ b/src/engine/e_if_client.h @@ -33,6 +33,11 @@ enum IMG_RGBA=1, IMG_ALPHA=2, + /* Constants: Texture Loading Flags + TEXLOAD_NORESAMPLE - Prevents the texture from any resampling + */ + TEXLOAD_NORESAMPLE=1, + /* Constants: Server Browser Sorting BROWSESORT_NAME - Sort by name. BROWSESORT_PING - Sort by ping. -- cgit 1.4.1