Skip to content

Commit 0005356

Browse files
committed
merge: Merge WW3D2/hanimmgr
- Add additional animation cleanup from ZH to Gen
1 parent 802f1f6 commit 0005356

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Generals/Code/Libraries/Source/WWVegas/WW3D2/hanimmgr.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
** along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
/* $Header: /Commando/Code/ww3d2/hanimmgr.cpp 1 1/22/01 3:36p Greg_h $ */
19+
/* $Header: /Commando/Code/ww3d2/hanimmgr.cpp 3 1/16/02 9:51a Jani_p $ */
2020
/***********************************************************************************************
2121
*** Confidential - Westwood Studios ***
2222
***********************************************************************************************
@@ -27,9 +27,9 @@
2727
* *
2828
* Author:: Greg_h *
2929
* *
30-
* $Modtime:: 1/08/01 10:04a $*
30+
* $Modtime:: 1/16/02 9:49a $*
3131
* *
32-
* $Revision:: 1 $*
32+
* $Revision:: 3 $*
3333
* *
3434
*---------------------------------------------------------------------------------------------*
3535
* Functions: *
@@ -92,6 +92,7 @@ HAnimManagerClass::HAnimManagerClass(void)
9292
HAnimManagerClass::~HAnimManagerClass(void)
9393
{
9494
Free_All_Anims();
95+
Reset_Missing(); // Jani: Deleting missing animations as well
9596

9697
delete AnimPtrTable;
9798
AnimPtrTable = NULL;

Generals/Code/Libraries/Source/WWVegas/WW3D2/hanimmgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** Command & Conquer Generals(tm)
2+
** Command & Conquer Generals Zero Hour(tm)
33
** Copyright 2025 Electronic Arts Inc.
44
**
55
** This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)