2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 02:27:43 +00:00

All int elements implemented

This commit is contained in:
Jack Andersen
2016-02-06 14:19:59 -10:00
parent 8fbe6a953c
commit 7ae8d21c55
9 changed files with 444 additions and 46 deletions

View File

@@ -119,7 +119,7 @@ void RealElementFactory::read(Athena::io::YAMLDocReader& r)
m_elem.reset(new struct RECEXT);
break;
case SBIG('ITRL'):
m_elem.reset(new struct REITRL);
m_elem.reset(new struct REIntTimesReal);
break;
default:
m_elem.reset();
@@ -252,7 +252,7 @@ void RealElementFactory::read(Athena::io::IStreamReader& r)
m_elem.reset(new struct RECEXT);
break;
case SBIG('ITRL'):
m_elem.reset(new struct REITRL);
m_elem.reset(new struct REIntTimesReal);
break;
case SBIG('NONE'):
m_elem.reset();