mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
- Updated Merc Inventory Popup-Code (by The_Bob)
o externalized the hardcoded popup text code o enable/disable the popup in the ingame option screen -> To open the popup, left click on empty merc inventory slot while viewing sector inventory in mapscreen git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5414 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+13
-1
@@ -2172,7 +2172,19 @@ enum
|
||||
};
|
||||
extern STR16 Additional113Text[];
|
||||
extern STR16 ranks[];
|
||||
extern STR16 ranks[];
|
||||
//extern STR16 ranks[];
|
||||
|
||||
enum
|
||||
{
|
||||
POCKET_POPUP_GRENADE_LAUNCHERS,
|
||||
POCKET_POPUP_ROCKET_LAUNCHERS,
|
||||
POCKET_POPUP_MEELE_AND_THROWN,
|
||||
POCKET_POPUP_NO_AMMO,
|
||||
POCKET_POPUP_NO_GUNS,
|
||||
POCKET_POPUP_MOAR
|
||||
};
|
||||
extern STR16 gszPocketPopupText[];
|
||||
|
||||
|
||||
// Enumeration support
|
||||
typedef struct Str8EnumLookupType {
|
||||
|
||||
Reference in New Issue
Block a user