summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index 7ccf015..779d46f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,4 +1,5 @@
#pragma once
+#define VC_EXTRALEAN
#include <AFX.H>
// a terrible, terrible kludge
@@ -286,8 +287,8 @@ enum EEquipPos {
};
enum ERequestUpDown {
- ERequestUpDown_0,
- ERequestUpDown_1
+ ERequestUpDown_0, // up?
+ ERequestUpDown_1 // down?
};
struct BkgndInfo;