mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix WEB_URL end of line error (#3854)
* Fix WEB_URL end of line error * Change location of quote macro * Fix medical_menu VERSION_CONFIG error
This commit is contained in:
parent
9d61dd6159
commit
ba27c8f914
@ -11,8 +11,8 @@
|
||||
#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
|
||||
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
|
||||
|
||||
#define WEB_URL "http://ace3mod.com/"
|
||||
#define PBO_URL url = WEB_URL
|
||||
#define WEB_URL http://ace3mod.com/
|
||||
#define PBO_URL url = QUOTE(WEB_URL)
|
||||
|
||||
// MINIMAL required version for the Mod. Components can specify others..
|
||||
#define REQUIRED_VERSION 1.56
|
||||
|
@ -8,8 +8,8 @@ class CfgPatches {
|
||||
requiredAddons[] = {"ace_medical"};
|
||||
author = ECSTRING(common,ACETeam);
|
||||
authors[] = {"Glowbal"};
|
||||
PBO_URL;
|
||||
VERSION_CONFIG
|
||||
PBO_URL;
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user