Merged from revision: 7372

- Added custom game resolution (by Buggler)
- Minor additions to editor popup text (by Buggler)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7374 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2014-08-05 17:03:16 +00:00
parent 29e09f869e
commit 8dabe65ba6
10 changed files with 27 additions and 17 deletions
+1
View File
@@ -73,6 +73,7 @@ typedef enum
_1920x1200 = 21,
_2560x1440 = 22,
_2560x1600 = 23,
_CustomRes = 24,
} SCREEN_RESOLUTION;
extern BOOLEAN fDisplayOverheadMap;