We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ecec3 commit 0e2317fCopy full SHA for 0e2317f
sfall/Modules/BugFixes.cpp
@@ -3682,6 +3682,10 @@ void BugFixes::init() {
3682
SafeWrite32(0x433A16, 553); // cancel button (was 552)
3683
SafeWrite32(0x433A61, 456); // done button (was 455)
3684
3685
+ // Fix for slightly misaligned buttons in the barter screens
3686
+ SafeWrite32(0x4483B7, 40); // offer button (was 41)
3687
+ SafeWrite32(0x448420, 583); // talk button (was 584)
3688
+
3689
// Fix for "Too Many Items" bug
3690
// http://fforum.kochegarov.com/index.php?showtopic=29288&view=findpost&p=332242
3691
//if (IniReader::GetConfigInt("Misc", "TooManyItemsBugFix", 1)) {
0 commit comments