From 906ece7894927983b8ac69e37dd3cb82cfe7aad1 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 12 Jan 2008 17:09:00 +0000 Subject: continued the cleanup --- src/game/client/gc_mapres_tilemap.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/game/client/gc_mapres_tilemap.h') diff --git a/src/game/client/gc_mapres_tilemap.h b/src/game/client/gc_mapres_tilemap.h index a13495ed..5dfbd6b5 100644 --- a/src/game/client/gc_mapres_tilemap.h +++ b/src/game/client/gc_mapres_tilemap.h @@ -8,12 +8,6 @@ int tilemap_init(); // renders the tilemaps void tilemap_render(float scale, int fg); -enum -{ - TILEFLAG_VFLIP=1, - TILEFLAG_HFLIP=2, -}; - struct mapres_tilemap { int image; -- cgit 1.4.1