From 27fa40ecf96dbabbd00b68d0a75f7941f19b2a6f Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 29 May 2001 19:47:49 +0000 Subject: [PATCH] --- source/friend/friend.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/friend/friend.cpp b/source/friend/friend.cpp index a3d3bbc75..798d9a6ab 100644 --- a/source/friend/friend.cpp +++ b/source/friend/friend.cpp @@ -196,7 +196,14 @@ void CNpcFriend::init() m_frame = 0; m_reversed = false; m_platform = NULL; + + // Get rid of the bloody auto-talk-to-npc stuff except in cd builds.. +#if defined(__USER_CDBUILD__) m_hasSpokenToSbYet=false; +#else + m_hasSpokenToSbYet=true; +#endif + m_iconStrobe=0; }