mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Various Changes
This commit is contained in:
@ -14,6 +14,10 @@
|
||||
#define DUMMY_POS [-1,-1]
|
||||
#define DUMMY_ZOOM 0.1
|
||||
|
||||
#define MAP_DETAIL_NONE 0
|
||||
#define MAP_DETAIL_TOPOROADS 1
|
||||
#define MAP_DETAIL_SAT 2
|
||||
|
||||
#define APP_MODE_NULL -1
|
||||
#define APP_MODE_INFODISPLAY 0
|
||||
#define APP_MODE_COMPASS 1
|
||||
@ -26,6 +30,7 @@
|
||||
#define DISPLAY_MODE_CLOSED 0
|
||||
#define DISPLAY_MODE_DISPLAY 1
|
||||
#define DISPLAY_MODE_DIALOG 2
|
||||
#define DISPLAY_MODE_HIDDEN 3
|
||||
|
||||
#define IDC_RANGEFINDERCONNECTEDICON 77700
|
||||
#define IDC_CLOCKTEXT 77701
|
||||
|
Reference in New Issue
Block a user