mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
New Feature: dynamic dialogue is played when dynamic opinions are active. Mercs can comment on each others actions, and this can influence their opinions further. IMP character answers can even be chosen by the player.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7297 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
#define OLD_MAXPATROLGRIDS 10
|
||||
#define MAXPATROLGRIDS OLD_MAXPATROLGRIDS
|
||||
|
||||
// WANNE: Yes I know, we support up to 254 profiles, but because of compatibility, profile Id = 200
|
||||
// is not a valid profil. We in MercProfiles.xml, the profile id = 200 should not be used!
|
||||
#define NO_PROFILE 200
|
||||
|
||||
#include "Animation Cache.h"
|
||||
#include "Timer Control.h"
|
||||
#include "vobject.h"
|
||||
@@ -41,10 +45,6 @@ extern UINT16 CivLastNames[MAXCIVLASTNAMES][10];
|
||||
|
||||
#define LOCKED_NO_NEWGRIDNO 2
|
||||
|
||||
// WANNE: Yes I know, we support up to 254 profiles, but because of compatibility, profile Id = 200
|
||||
// is not a valid profil. We in MercProfiles.xml, the profile id = 200 should not be used!
|
||||
#define NO_PROFILE 200
|
||||
|
||||
#define BATTLE_SND_LOWER_VOLUME 1
|
||||
|
||||
#define TAKE_DAMAGE_GUNFIRE 1
|
||||
|
||||
Reference in New Issue
Block a user