Skip to content

Commit 3a9dcc1

Browse files
committed
Fixed slightly misaligned buttons in the character screen
(ref. fallout2-ce/fallout2-ce#154)
1 parent 089a183 commit 3a9dcc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sfall/Modules/BugFixes.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3677,6 +3677,11 @@ void BugFixes::init() {
36773677
SafeWrite32(0x4974E0, 340); // initial y offset (was 341)
36783678
MakeCall(0x49753C, StartPipboy_hack, 1);
36793679

3680+
// Fix for slightly misaligned buttons in the character screen
3681+
SafeWrite32(0x4339BE, 344); // options/print button (was 343)
3682+
SafeWrite32(0x433A16, 553); // cancel button (was 552)
3683+
SafeWrite32(0x433A61, 456); // done button (was 455)
3684+
36803685
// Fix for "Too Many Items" bug
36813686
// http://fforum.kochegarov.com/index.php?showtopic=29288&view=findpost&p=332242
36823687
//if (IniReader::GetConfigInt("Misc", "TooManyItemsBugFix", 1)) {

0 commit comments

Comments
 (0)