mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-15 14:15:58 -06:00
fix preference loading version check
This commit is contained in:
parent
9f89ddcced
commit
4c4fb9007e
1 changed files with 5 additions and 0 deletions
|
|
@ -215,6 +215,11 @@ void load_prefs(void)
|
|||
|
||||
set_terminal_string();
|
||||
}
|
||||
else
|
||||
{
|
||||
prefs.major_version = SSHEVEN_VERSION_MAJOR;
|
||||
prefs.minor_version = SSHEVEN_VERSION_MINOR;
|
||||
}
|
||||
|
||||
if (buffer) free(buffer);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue