mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
- bugfix: Got a "misplaced" I.M.P email on day 3
- bugfix: Laptop -> Personnel -> Inventory scroll buttons git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@605 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -162,8 +162,8 @@ enum{
|
||||
#define NUMBER_OF_INVENTORY_PERSONNEL 8
|
||||
#define Y_SIZE_OF_PERSONNEL_SCROLL_REGION ( 422 - 219 )
|
||||
#define X_SIZE_OF_PERSONNEL_SCROLL_REGION ( 589 - 573 )
|
||||
#define Y_OF_PERSONNEL_SCROLL_REGION iScreenHeightOffset + 219
|
||||
#define X_OF_PERSONNEL_SCROLL_REGION iScreenWidthOffset + 573
|
||||
#define Y_OF_PERSONNEL_SCROLL_REGION (iScreenHeightOffset + 219)
|
||||
#define X_OF_PERSONNEL_SCROLL_REGION (iScreenWidthOffset + 573)
|
||||
#define SIZE_OF_PERSONNEL_CURSOR 19
|
||||
|
||||
// number buttons
|
||||
|
||||
Reference in New Issue
Block a user