mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Increased the max width of the player name on the char screen (#305)
Updated version number.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
;sfall configuration settings
|
||||
;v4.2.5
|
||||
;v4.2.6
|
||||
|
||||
[Main]
|
||||
;Change to 1 if you want to use command line args to tell sfall to use another ini file.
|
||||
|
||||
@@ -701,7 +701,10 @@ void MiscPatches::init() {
|
||||
// Highlight "Radiated" in red color when the player is under the influence of negative effects of radiation
|
||||
HookCalls(ListDrvdStats_hook, {0x43549C, 0x4354BE});
|
||||
|
||||
// Increase the max text width of the information card in the character screen
|
||||
// Increase the max text width of the player name on the character screen
|
||||
SafeWriteBatch<BYTE>(127, {0x435160, 0x435189}); // 100
|
||||
|
||||
// Increase the max text width of the information card on the character screen
|
||||
SafeWriteBatch<BYTE>(145, {0x43ACD5, 0x43DD37}); // 136, 133
|
||||
|
||||
F1EngineBehaviorPatch();
|
||||
|
||||
+3
-3
@@ -24,7 +24,7 @@
|
||||
|
||||
#define VERSION_MAJOR 4
|
||||
#define VERSION_MINOR 2
|
||||
#define VERSION_BUILD 5
|
||||
#define VERSION_REV 2
|
||||
#define VERSION_BUILD 6
|
||||
#define VERSION_REV 0
|
||||
|
||||
#define VERSION_STRING "4.2.5.2"
|
||||
#define VERSION_STRING "4.2.6"
|
||||
|
||||
Reference in New Issue
Block a user