- Fixed non-POD passing in G_BuildSaveName() and other things GCC warned
about. - Added support for imploded zips. SVN r1581 (trunk)
This commit is contained in:
parent
912abc144e
commit
b9fa7626bc
14 changed files with 689 additions and 324 deletions
|
|
@ -833,7 +833,7 @@ void P_RandomChaseDir (AActor *actor)
|
|||
|
||||
if (actor->FriendPlayer != 0)
|
||||
{
|
||||
player = players[actor->FriendPlayer - 1].mo;
|
||||
player = players[i = actor->FriendPlayer - 1].mo;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue