Skip to content

Commit

Permalink
Fix compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed May 9, 2024
1 parent 1013402 commit 630b102
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Ninja/FreeAiming/System/Dependencies/Camera.d
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Ninja/FreeAiming/System/Dependencies/Menu_G1.d
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Ninja/FreeAiming/System/Dependencies/Menu_G2.d
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 630b102

Please sign in to comment.