comparison src/xs_sidplayfp.cpp @ 863:fa926296e161

Oops, fix a typo.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 02:14:38 +0200
parents 011ba70e271e
children 3a9bf45178ff
comparison
equal deleted inserted replaced
862:011ba70e271e 863:fa926296e161
474 if (!engine->tune.getStatus()) 474 if (!engine->tune.getStatus())
475 return FALSE; 475 return FALSE;
476 476
477 const SidTuneInfo *info = engine->tune.getInfo(); 477 const SidTuneInfo *info = engine->tune.getInfo();
478 478
479 state->tuneInfo->sidModel = info.sidModel1(); 479 state->tuneInfo->sidModel = info->sidModel1();
480 480
481 if (state->currSong > 0 && state->currSong <= state->tuneInfo->nsubTunes) 481 if (state->currSong > 0 && state->currSong <= state->tuneInfo->nsubTunes)
482 { 482 {
483 gint tmpSpeed = info->clockSpeed(); 483 gint tmpSpeed = info->clockSpeed();
484 switch (info->clockSpeed()) 484 switch (info->clockSpeed())