mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-15 04:48:29 +00:00
More changes
This commit is contained in:
@@ -31,6 +31,7 @@ void UIControl_ButtonList::init(int id)
|
||||
|
||||
IggyDataValue result;
|
||||
IggyDataValue value[1];
|
||||
|
||||
value[0].type = IGGY_DATATYPE_number;
|
||||
value[0].number = id;
|
||||
IggyResult out = IggyPlayerCallMethodRS ( m_parentScene->getMovie() , &result, getIggyValuePath() , m_initFunc , 1 , value );
|
||||
|
||||
Reference in New Issue
Block a user