diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-03 21:32:02 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-03 21:32:02 +0000 |
| commit | a67738e9801a4485cfaf68012279cd5042dc2ab9 (patch) | |
| tree | 5a4fa1db378b9b889b73b66ff9ac974fdc141dca /src/game/client/mapres_tilemap.h | |
| parent | 30a7246f2fd5e2141de2c37f01b491abe374f3f9 (diff) | |
| download | zcatch-a67738e9801a4485cfaf68012279cd5042dc2ab9.tar.gz zcatch-a67738e9801a4485cfaf68012279cd5042dc2ab9.zip | |
general fixes. fixed scoreboard
Diffstat (limited to 'src/game/client/mapres_tilemap.h')
| -rw-r--r-- | src/game/client/mapres_tilemap.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |