comparison Player.cpp @ 1094:c40d40027b77

npc some clean
author Gloval
date Sun, 26 May 2013 18:55:31 +0400
parents 9c7eb4037567
children e1ad5ccc13ae
comparison
equal deleted inserted replaced
1092:38890b8385e4 1094:c40d40027b77
8997 { 8997 {
8998 switch ( VarNum ) 8998 switch ( VarNum )
8999 { 8999 {
9000 case 232: 9000 case 232:
9001 VarNum = (VariableType)0; 9001 VarNum = (VariableType)0;
9002 GetNewNPCData(sDialogue_SpeakingActorNPC_ID, (int)&VarNum); 9002 GetNewNPCData(sDialogue_SpeakingActorNPC_ID, (int*)&VarNum);
9003 result = (bool) pValue; 9003 result = (bool) pValue;
9004 dword_5B65CC = 0; 9004 dword_5B65CC = 0;
9005 if ( (int)VarNum == pValue ) 9005 if ( (int)VarNum == pValue )
9006 { 9006 {
9007 dword_5B65CC = (int)pValue; 9007 dword_5B65CC = (int)pValue;