From 50d9e8eab7934e0b76c04ef4a300f0fe93d4f7f5 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 3 Oct 2009 11:42:48 +0000 Subject: * Replace reams of BG_Find* functions with: BG_Buildable, BG_Class, BG_Weapon, BG_Upgrade * Move "overrides/*" to "configs/" and remove all the overriden data from bg_misc.c, instead requiring it to be in the cfg files * Add cfg files to source control * Clean up some naming and typing issues --- configs/buildables/reactor.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 configs/buildables/reactor.cfg (limited to 'configs/buildables/reactor.cfg') diff --git a/configs/buildables/reactor.cfg b/configs/buildables/reactor.cfg new file mode 100644 index 00000000..d724c44f --- /dev/null +++ b/configs/buildables/reactor.cfg @@ -0,0 +1,5 @@ +model 0 models/buildables/reactor/reactor.md3 +mins -41 -41 -15 +maxs 41 41 95 +zOffset -2.0 +modelScale 0.85 -- cgit