aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/util.h b/common/util.h
index 173f2bf835..b18797f9e9 100644
--- a/common/util.h
+++ b/common/util.h
@@ -159,10 +159,11 @@ extern const char *getPlatformDescription(Platform id);
* such low-level adapters as CGA or Hercules.
*/
enum RenderMode {
- kRenderDefault = -1,
+ kRenderDefault = 0,
kRenderEGA = 1,
kRenderCGA = 2,
- kRenderHerc = 3
+ kRenderHercG = 3,
+ kRenderHercA = 4
};
enum HerculesDimesnions {