-Fixed midis and ooc colour settings not saving.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@378 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-11-06 18:27:48 +00:00
parent 7c008e61e1
commit ec91b87ef9
@@ -35,6 +35,8 @@ datum/preferences/proc/savefile_save(mob/user)
F["underwear"] << src.underwear
F["name_is_always_random"] << src.be_random_name
F["UI"] << src.UI // Skie
F["midis"] << src.midis // Urist
F["ooccolor"] << src.ooccolor // Urist
return 1
@@ -88,6 +90,8 @@ datum/preferences/proc/savefile_load(mob/user, var/silent = 1)
F["underwear"] >> src.underwear
F["name_is_always_random"] >> src.be_random_name
F["UI"] >> src.UI // Skie
F["midis"] >> src.midis // Urist
F["ooccolor"] >> src.ooccolor // Urist
return 1
#undef SAVEFILE_VERSION_MAX