diff options
author | Tim Angus <tim@ngus.net> | 2001-04-13 00:02:43 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-04-13 00:02:43 +0000 |
commit | 9acfcb80032fa6f1e483e4ae4aaa9eb190b24c7a (patch) | |
tree | d23266bbf2da3ebfb4658572a4f969e9fb8ae142 /src/game/g_main.c | |
parent | 6926447de7f3e0ccdce60b57fa1e1d0e3c4ce3a5 (diff) |
Locational Damage! Also, possibly fixed a power bug.
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r-- | src/game/g_main.c | 3 |
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"); |