Home
last modified time | relevance | path

Searched refs:m_graphical_type (Results 1 – 4 of 4) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/items/
H A Ditem.cpp202 m_graphical_type = getGrahpicalType(); in Item()
376 if (m_graphical_type != getGrahpicalType()) in updateGraphics()
379 m_graphical_type = getGrahpicalType(); in updateGraphics()
H A Dattachment.cpp61 m_graphical_type = ATTACH_NOTHING; in Attachment()
560 if (m_type != m_graphical_type) in updateGraphics()
590 m_graphical_type = m_type; in updateGraphics()
H A Dattachment.hpp83 AttachmentType m_graphical_type; member in Attachment
H A Ditem.hpp331 ItemType m_graphical_type; member in Item