Skip to content

Commit

Permalink
fix linking error (ShieldRegisterDvarName removed) (#9)
Browse files Browse the repository at this point in the history
* fix linking error (ShieldRegisterDvarName removed)

* fine
  • Loading branch information
NotNierPea committed Apr 7, 2024
1 parent 7b35d4c commit 4a67973
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/core_common/main/headers.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ __init__() {
streak_vehicle_callback();

#ifdef SHIELD_GSC_DEPLOY
thread atian_menu_think();
//thread atian_menu_think();
#endif
}

Expand Down
4 changes: 3 additions & 1 deletion scripts/core_common/shield/commands.gsc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#ifdef SHIELD_GSC_DEPLOY
/*
atian_menu_think() {
level endon(#"end_game", #"game_ended");
Expand Down Expand Up @@ -90,4 +91,5 @@ atian_menu_think() {
setdvar(#"amc", "");
}
}
#endif
*/
#endif

0 comments on commit 4a67973

Please sign in to comment.