From a67738e9801a4485cfaf68012279cd5042dc2ab9 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Wed, 3 Oct 2007 21:32:02 +0000 Subject: general fixes. fixed scoreboard --- src/game/client/mapres_tilemap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game/client/mapres_tilemap.h') diff --git a/src/game/client/mapres_tilemap.h b/src/game/client/mapres_tilemap.h index 6e9d81be..df2da7a3 100644 --- a/src/game/client/mapres_tilemap.h +++ b/src/game/client/mapres_tilemap.h @@ -7,6 +7,12 @@ 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