summaryrefslogtreecommitdiff
path: root/src/game/g_main.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-04-13 00:02:43 +0000
committerTim Angus <tim@ngus.net>2001-04-13 00:02:43 +0000
commit9acfcb80032fa6f1e483e4ae4aaa9eb190b24c7a (patch)
treed23266bbf2da3ebfb4658572a4f969e9fb8ae142 /src/game/g_main.c
parent6926447de7f3e0ccdce60b57fa1e1d0e3c4ce3a5 (diff)
Locational Damage! Also, possibly fixed a power bug.
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r--src/game/g_main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index 897a1c89..f2dee3ca 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -475,7 +475,10 @@ void G_InitGame( int levelTime, int randomSeed, int restart ) {
}
SaveRegisteredItems();
+
+ //TA:
G_RegisterPlayerModels();
+ G_InitDamageLocations();
G_Printf ("-----------------------------------\n");