mirror of
https://github.com/libretro/Play-.git
synced 2024-11-27 18:50:28 +00:00
Minor change to StructManager.
git-svn-id: http://svn.purei.org/purei/trunk@469 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
parent
598bef6de2
commit
135f112301
@ -25,7 +25,7 @@ public:
|
||||
index -= m_idBase;
|
||||
if(index >= m_structMax)
|
||||
{
|
||||
throw std::exception();
|
||||
return NULL;
|
||||
}
|
||||
StructType* structPtr = m_structBase + index;
|
||||
if(!structPtr->isValid)
|
||||
|
Loading…
Reference in New Issue
Block a user