From f9782f628f70936c4d5c31351e7d7b36d373c322 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 19 Jan 2008 14:23:53 +0000 Subject: support for external images in the map editor --- src/game/editor/ed_editor.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game/editor/ed_editor.hpp') diff --git a/src/game/editor/ed_editor.hpp b/src/game/editor/ed_editor.hpp index bb6ac939..df3a1fc1 100644 --- a/src/game/editor/ed_editor.hpp +++ b/src/game/editor/ed_editor.hpp @@ -214,9 +214,15 @@ public: { tex_id = -1; name[0] = 0; + external = 0; + width = 0; + height = 0; + data = 0; + format = 0; } int tex_id; + int external; char name[128]; }; -- cgit 1.4.1