Skip to content

Commit

Permalink
fixed friendly titan displaying on load
Browse files Browse the repository at this point in the history
  • Loading branch information
zweek committed May 31, 2022
1 parent 449273c commit fbf77d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dllmod/FzzyMod/FzzyMod.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -84,6 +84,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<TargetName>midimap</TargetName>
<OutDir>..\..\export</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
1 change: 1 addition & 0 deletions src/scripts/vscripts/client/srmm_infohud.nut
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ InfoDisplay function CreateInfoDisplay()

var rui
rui = CreateFullscreenRui( $"ui/cockpit_console_text_top_left.rpak" )
RuiSetString( rui, "msgText", "" )
RuiSetInt( rui, "maxLines", 1 )
RuiSetInt( rui, "lineNum", 1 )
RuiSetFloat( rui, "msgFontSize", 40.0 )
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/vscripts/srmm_h.nut
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ global enum SRMM_settings {
CKfix,
}

global string srmmVersion = "SRMM v2.2"
global string srmmVersion = "SRMM v2.3"

bool function SRMM_getSetting(int i) {
if ((GetConVarInt("voice_forcemicrecord") & (1 << i)) > 0) {
Expand Down

0 comments on commit fbf77d1

Please sign in to comment.