From 630b102bef686526a0bda51213e9a305c2965f3d Mon Sep 17 00:00:00 2001 From: szapp Date: Thu, 9 May 2024 14:38:56 +0200 Subject: [PATCH] Fix compatibility issues --- .github/submodules/GothicFreeAim | 2 +- Ninja/FreeAiming/System/Dependencies/Camera.d | 2 +- Ninja/FreeAiming/System/Dependencies/Menu_G1.d | 2 +- Ninja/FreeAiming/System/Dependencies/Menu_G2.d | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/submodules/GothicFreeAim b/.github/submodules/GothicFreeAim index 7698c3c..c6dccda 160000 --- a/.github/submodules/GothicFreeAim +++ b/.github/submodules/GothicFreeAim @@ -1 +1 @@ -Subproject commit 7698c3c8c3453151da1e4aac92c07baa3577474e +Subproject commit c6dccdac8b64590b10cfa7d8fdc50a5085183b70 diff --git a/Ninja/FreeAiming/System/Dependencies/Camera.d b/Ninja/FreeAiming/System/Dependencies/Camera.d index 7c39844..2b7b8ff 100644 --- a/Ninja/FreeAiming/System/Dependencies/Camera.d +++ b/Ninja/FreeAiming/System/Dependencies/Camera.d @@ -3,7 +3,7 @@ * Note, that the original class/prototype are not overwritten but unique symbol names are used. */ -class CCamSys { +class GFA_CCamSys { var float bestRange; var float minRange; var float maxRange; diff --git a/Ninja/FreeAiming/System/Dependencies/Menu_G1.d b/Ninja/FreeAiming/System/Dependencies/Menu_G1.d index 677948a..cecda0f 100644 --- a/Ninja/FreeAiming/System/Dependencies/Menu_G1.d +++ b/Ninja/FreeAiming/System/Dependencies/Menu_G1.d @@ -3,7 +3,7 @@ * Note, that the original class/prototype are not overwritten but unique symbol names are used. */ -class GFA_C_Menu_Item /* C_Menu_Item */ { +class GFA_C_Menu_Item { var string fontName; var string text[10]; var string backPic; diff --git a/Ninja/FreeAiming/System/Dependencies/Menu_G2.d b/Ninja/FreeAiming/System/Dependencies/Menu_G2.d index b7bed9c..dabfd5d 100644 --- a/Ninja/FreeAiming/System/Dependencies/Menu_G2.d +++ b/Ninja/FreeAiming/System/Dependencies/Menu_G2.d @@ -3,7 +3,7 @@ * Note, that the original class/prototype are not overwritten but unique symbol names are used. */ -class GFA_C_Menu_Item /* C_Menu_Item */ { +class GFA_C_Menu_Item { var string fontName; var string text[10]; var string backPic;