mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
The terrain init script now aborts if no extension is found
This commit is contained in:
parent
9fd19563a3
commit
9f0a2c8b80
@ -12,6 +12,8 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
if ("ace_advanced_ballistics" callExtension "version" != "1.0") exitWith {};
|
||||
|
||||
private ["_initStartTime", "_mapSize", "_mapGrids", "_gridCells", "_x", "_y", "_gridCenter", "_gridHeight", "_gridNumObjects", "_gridSurfaceIsWater"];
|
||||
|
||||
_initStartTime = time;
|
||||
|
Loading…
Reference in New Issue
Block a user