changeset 863:fa926296e161

Oops, fix a typo.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 02:14:38 +0200
parents 011ba70e271e
children 55b16cb42413
files src/xs_sidplayfp.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_sidplayfp.cpp	Fri Nov 09 02:11:21 2012 +0200
+++ b/src/xs_sidplayfp.cpp	Fri Nov 09 02:14:38 2012 +0200
@@ -476,7 +476,7 @@
 
     const SidTuneInfo *info = engine->tune.getInfo();
 
-    state->tuneInfo->sidModel = info.sidModel1();
+    state->tuneInfo->sidModel = info->sidModel1();
 
     if (state->currSong > 0 && state->currSong <= state->tuneInfo->nsubTunes)
     {