Update of /cvsroot/gemrb/gemrb/gemrb/plugins/GAMImporter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31071/GAMImporter
Modified Files:
GAMImp.cpp
Log Message:
Implemented gradual orientation change (currently in dialogs)
Index: GAMImp.cpp
===================================================================
RCS file: /cvsroot/gemrb/gemrb/gemrb/plugins/GAMImporter/GAMImp.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** GAMImp.cpp 10 Apr 2005 17:31:49 -0000 1.49
--- GAMImp.cpp 29 Apr 2005 21:53:01 -0000 1.50
***************
*** 277,281 ****
actor->Destination.y = actor->Pos.y = pcInfo.YPos;
strcpy( actor->Area, pcInfo.Area );
! actor->SetOrientation( pcInfo.Orientation );
actor->TalkCount = pcInfo.TalkCount;
--- 277,281 ----
actor->Destination.y = actor->Pos.y = pcInfo.YPos;
strcpy( actor->Area, pcInfo.Area );
! actor->SetOrientation( pcInfo.Orientation,0 );
actor->TalkCount = pcInfo.TalkCount;
|