about summary refs log tree commit diff
path: root/src/engine/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/graphics.h')
-rw-r--r--src/engine/graphics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/graphics.h b/src/engine/graphics.h
index be113b2d..94d9c1a2 100644
--- a/src/engine/graphics.h
+++ b/src/engine/graphics.h
@@ -57,7 +57,8 @@ public:
 	*/
 	enum
 	{
-		TEXLOAD_NORESAMPLE=1,
+		TEXLOAD_NORESAMPLE = 1,
+		TEXLOAD_NOMIPMAPS = 2,
 	};
 
 	int ScreenWidth() const { return m_ScreenWidth; }