From ea245b969d1864441b41d25c7631beccfb39d874 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 13 Jan 2008 11:15:32 +0000 Subject: new mapformat in place. continued the cleanup. some effects are gone, gonna be redone so no biggie. CTF isn't working now. --- src/engine/e_map.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/engine/e_map.c') diff --git a/src/engine/e_map.c b/src/engine/e_map.c index 6dfa4aa6..9f7a910e 100644 --- a/src/engine/e_map.c +++ b/src/engine/e_map.c @@ -9,6 +9,11 @@ void *map_get_data(int index) return datafile_get_data(map, index); } +void *map_get_data_swapped(int index) +{ + return datafile_get_data_swapped(map, index); +} + void map_unload_data(int index) { datafile_unload_data(map, index); -- cgit 1.4.1