Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add magazine wells for GM CDLC #1538

Merged
merged 11 commits into from
Sep 13, 2023
4 changes: 2 additions & 2 deletions addons/jam/jam_gm/config.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "script_component.hpp"

class CfgPatches {
class ADDON {
name = ECSTRING(jam,component);
class SUBADDON {
jonpas marked this conversation as resolved.
Show resolved Hide resolved
name = CSTRING(component);
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
Expand Down
5 changes: 2 additions & 3 deletions addons/jam/jam_gm/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#define COMPONENT jam_gm
#include "\x\cba\addons\main\script_mod.hpp"
#include "\x\cba\addons\main\script_macros.hpp"
#define SUBCOMPONENT gm
#include "..\script_component.hpp"