mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- added new dynamic opinion events, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&th=21961&goto=333259&#msg_333259
- Fix: dynamic opinion events on finishing battle did not occur due to faulty sector coordinates - Fix: dynamic dialogue boxes were displayed with bad screen coordinates - Change: dynamic dialogue is also written into tactical log - Change: in events that require a leader, any merc can be considered leader, not just IMPs git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7807 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+2
-2
@@ -2862,10 +2862,10 @@ extern STR16 szTacticalInventoryDialogString[];
|
||||
extern STR16 szTacticalCoverDialogString[];
|
||||
extern STR16 szTacticalCoverDialogPrintString[];
|
||||
|
||||
// OPINIONEVENT_MAX is 34
|
||||
// OPINIONEVENT_MAX is 39
|
||||
// DOST_MAX is 17
|
||||
|
||||
extern STR16 szDynamicDialogueText[34][17];
|
||||
extern STR16 szDynamicDialogueText[39][17];
|
||||
|
||||
// Flugente: dynamic dialogue
|
||||
extern STR16 szDynamicDialogueText_DOST_VICTIM_TO_INTERJECTOR_DENY[];
|
||||
|
||||
Reference in New Issue
Block a user