Removed old PTR_DESC.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@49 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -321,8 +321,6 @@ Frenzy (RESPONSE_REF R)
|
||||
static void
|
||||
KohrAhStory (RESPONSE_REF R)
|
||||
{
|
||||
//PTR_DESC PtrDesc;
|
||||
|
||||
if (PLAYER_SAID (R, key_phrase))
|
||||
{
|
||||
NPCPhrase (RESPONSE_TO_KEY_PHRASE);
|
||||
|
||||
@@ -116,8 +116,6 @@ ByeBye (RESPONSE_REF R)
|
||||
|| PLAYER_SAID (R, overthrow_evil_aliens)
|
||||
|| PLAYER_SAID (R, annihilate_those_monsters))
|
||||
{
|
||||
//PTR_DESC PtrDesc;
|
||||
|
||||
SET_GAME_STATE (PROBE_ILWRATH_ENCOUNTER, 0);
|
||||
|
||||
if (PLAYER_SAID (R, cook_their_butts))
|
||||
|
||||
@@ -752,7 +752,6 @@ static void
|
||||
PkunkNeutralSpace (RESPONSE_REF R)
|
||||
{
|
||||
BYTE NumVisits;
|
||||
//PTR_DESC PtrDesc;
|
||||
|
||||
if (PLAYER_SAID (R, form_alliance))
|
||||
{
|
||||
@@ -1095,8 +1094,6 @@ init_pkunk_comm (void)
|
||||
{
|
||||
LOCDATAPTR retval;
|
||||
|
||||
//PTR_DESC PtrDesc;
|
||||
|
||||
pkunk_desc.init_encounter_func = Intro;
|
||||
pkunk_desc.uninit_encounter_func = uninit_pkunk;
|
||||
|
||||
|
||||
@@ -201,7 +201,6 @@ static void
|
||||
RebelInfo (RESPONSE_REF R)
|
||||
{
|
||||
BYTE InfoLeft;
|
||||
//PTR_DESC PtrDesc;
|
||||
|
||||
InfoLeft = FALSE;
|
||||
if (PLAYER_SAID (R, give_info_rebels))
|
||||
|
||||
@@ -546,8 +546,6 @@ LearnQuest (RESPONSE_REF R)
|
||||
static void
|
||||
AllianceOffer (RESPONSE_REF R)
|
||||
{
|
||||
//PTR_DESC PtrDesc;
|
||||
|
||||
if (PLAYER_SAID (R, misunderstanding))
|
||||
{
|
||||
NPCPhrase (JUST_MISUNDERSTANDING);
|
||||
|
||||
@@ -311,7 +311,6 @@ Menagerie (RESPONSE_REF R)
|
||||
{
|
||||
BYTE i, LastStack;
|
||||
RESPONSE_REF pStr[3];
|
||||
//PTR_DESC PtrDesc;
|
||||
|
||||
if (PLAYER_SAID (R, i_have_beast)
|
||||
|| PLAYER_SAID (R, why_trust_1)
|
||||
@@ -531,8 +530,6 @@ Menagerie (RESPONSE_REF R)
|
||||
static void
|
||||
NormalVux (RESPONSE_REF R)
|
||||
{
|
||||
//PTR_DESC PtrDesc;
|
||||
|
||||
if (PLAYER_SAID (R, why_so_mean))
|
||||
{
|
||||
NPCPhrase (URQUAN_SLAVES);
|
||||
|
||||
@@ -47,8 +47,6 @@ typedef unsigned char UNICODE;
|
||||
|
||||
#define PARAGRAPH_SHIFT 0
|
||||
|
||||
typedef PVOID PTR_DESC;
|
||||
|
||||
#define PARAGRAPH_SIZE (1 << PARAGRAPH_SHIFT)
|
||||
|
||||
#define NULL_PTR 0L
|
||||
|
||||
Reference in New Issue
Block a user