Stuff seems to work :)
This commit is contained in:
parent
8d2a7e4593
commit
94ff67ee15
|
@ -440,7 +440,7 @@ static bool get_import_value(xmlNodePtr ptr)
|
|||
tracker_type = SSNES_STATE_CAPTURE;
|
||||
else if (strcmp((const char*)semantic, "capture_previous") == 0)
|
||||
tracker_type = SSNES_STATE_CAPTURE_PREV;
|
||||
else if (strcmp((const char*)semantic, "transition"))
|
||||
else if (strcmp((const char*)semantic, "transition") == 0)
|
||||
tracker_type = SSNES_STATE_TRANSITION;
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue