diff options
Diffstat (limited to 'src/poweruphax.cpp')
-rw-r--r-- | src/poweruphax.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poweruphax.cpp b/src/poweruphax.cpp index 1bb5dc8..9eb3682 100644 --- a/src/poweruphax.cpp +++ b/src/poweruphax.cpp @@ -53,7 +53,7 @@ void dHammerSuitRenderer_c::setup(dPlayerModelHandler_c *handler, int sceneID) { const char *shellNames[] = { "shell", "shell", "shell", "shell", "shell" }; - shell.setup(rf.GetResMdl(shellNames[victim->player_id_1]), &allocator, 0, 1, 0); + shell.setup(rf.GetResMdl(shellNames[victim->player_id_2]), &allocator, 0, 1, 0); SetupTextures_MapObj(&shell, sceneID); allocator.unlink(); |