diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-06 00:16:54 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-06 00:16:54 +0200 |
commit | a7036475c359c86dbc29be41a55ada3efe4ed559 (patch) | |
tree | 5f7b0dbf0716a7ee7f88513637d99313f2721864 /src | |
parent | Merge remote-tracking branch 'upstream/miami' into miami (diff) | |
download | re3-a7036475c359c86dbc29be41a55ada3efe4ed559.tar re3-a7036475c359c86dbc29be41a55ada3efe4ed559.tar.gz re3-a7036475c359c86dbc29be41a55ada3efe4ed559.tar.bz2 re3-a7036475c359c86dbc29be41a55ada3efe4ed559.tar.lz re3-a7036475c359c86dbc29be41a55ada3efe4ed559.tar.xz re3-a7036475c359c86dbc29be41a55ada3efe4ed559.tar.zst re3-a7036475c359c86dbc29be41a55ada3efe4ed559.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/Game.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/core/Game.h b/src/core/Game.h index 062b9612..1b8fcb0a 100644 --- a/src/core/Game.h +++ b/src/core/Game.h @@ -29,29 +29,6 @@ enum eAreaName { AREA_PRINT_WORKS }; -enum eVisibilityArea -{ - VIS_MAIN_MAP = 0, - VIS_HOTEL, - VIS_MANSION, - VIS_BANK, - VIS_MALL, - VIS_STRIP_CLUB, - VIS_LAWYERS, - VIS_COFFEE_SHOP, - VIS_CONCERT_HALL, - VIS_STUDIO, - VIS_RIFLE_RANGE, - VIS_BIKER_BAR, - VIS_POLICE_STATION, - VIS_EVERYWHERE, - VIS_DIRT, - VIS_BLOOD, - VIS_OVALRING, - VIS_MALIBU_CLUB, - VIS_PRINT_WORKS, -}; - class CGame { public: |