Stuff seems to work :)

This commit is contained in:
Themaister 2011-05-25 17:31:07 +02:00
parent 8d2a7e4593
commit 94ff67ee15

View File

@ -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
{