| 37 | } |
| 38 | |
| 39 | void CGraphics_Threaded::SelectSprite7(int Id, int Flags) |
| 40 | { |
| 41 | dbg_assert(Id >= 0 && Id < client_data7::g_pData->m_NumSprites, "Id invalid"); |
| 42 | SelectSprite(&client_data7::g_pData->m_aSprites[Id], Flags); |
| 43 | } |
| 44 | |
| 45 | void CGraphics_Threaded::GetSpriteScale(const CDataSprite *pSprite, float &ScaleX, float &ScaleY) const |
| 46 | { |
no outgoing calls
no test coverage detected