| 147 | #if defined(_DEBUG) |
| 148 | |
| 149 | void CForceFeedBackSystem::FFBInternalId::Set(const char* _name) |
| 150 | { |
| 151 | assert(_name); |
| 152 | name = _name; |
| 153 | id = CryStringUtils::CalculateHash(_name); |
| 154 | } |
| 155 | |
| 156 | const char* CForceFeedBackSystem::FFBInternalId::GetDebugName() const |
| 157 | { |