| 2910 | } |
| 2911 | |
| 2912 | xVec3* zNPCCommon::MatPosSet(xVec3* pos) |
| 2913 | { |
| 2914 | if (pos != NULL) |
| 2915 | { |
| 2916 | xVec3Copy((xVec3*)&model->Mat->pos, pos); |
| 2917 | } |
| 2918 | return (xVec3*)&model->Mat->pos; |
| 2919 | } |
| 2920 | |
| 2921 | static S32 g_flg_wonder; |
| 2922 | static S32 g_isConversation; |