mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Update DB to version 13: Add fields to sound_synths and drop music_synths.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace cicm_web.Models
|
||||
public float Mhz2;
|
||||
public string Model;
|
||||
public int MusicChannels;
|
||||
public MusicSynth MusicSynth;
|
||||
public SoundSynth MusicSynth;
|
||||
public int Palette;
|
||||
public int Ram;
|
||||
public string Resolution;
|
||||
@@ -122,7 +122,7 @@ namespace cicm_web.Models
|
||||
|
||||
if(dbItem.MusicSynth > 0)
|
||||
{
|
||||
item.MusicSynth = MusicSynth.GetItem(dbItem.MusicSynth);
|
||||
item.MusicSynth = SoundSynth.GetItem(dbItem.MusicSynth);
|
||||
item.MusicChannels = dbItem.MusicChannels;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user