mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
- New Feature/exploit enhancement: enter hostile sector with helicopter and land mercs anywhere (see http://www.bears-pit.com/board/ubbthreads.php/topics/327879.html#Post327879)
- MP entry points are now much more and scale with mapsize git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6576 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -86,6 +86,15 @@ void ShowMapEdgepoints();
|
||||
void HideMapEdgepoints();
|
||||
#endif
|
||||
|
||||
// Flugente: hardcoded values are bad bad BAD
|
||||
#define CENTERENTRYPTS_LEFT_X 250
|
||||
#define CENTERENTRYPTS_RIGHT_X (634 - CENTERENTRYPTS_LEFT_X)
|
||||
#define CENTERENTRYPTS_TOP_Y 130
|
||||
#define CENTERENTRYPTS_BOTTOM_Y (320 - CENTERENTRYPTS_TOP_Y)
|
||||
|
||||
#define AIRDROPENTRYPTS_LEFT_X 0
|
||||
#define AIRDROPENTRYPTS_RIGHT_X (634 - AIRDROPENTRYPTS_LEFT_X)
|
||||
#define AIRDROPENTRYPTS_TOP_Y 0
|
||||
#define AIRDROPENTRYPTS_BOTTOM_Y (320 - AIRDROPENTRYPTS_TOP_Y)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user