SVN r116 (trunk)
This commit is contained in:
parent
afd6a1258f
commit
ac53ed6ecd
25 changed files with 595 additions and 740 deletions
|
|
@ -81,13 +81,6 @@ struct FRandomSoundList
|
|||
WORD NumSounds;
|
||||
};
|
||||
|
||||
template<>
|
||||
void CopyForTArray<FRandomSoundList> (FRandomSoundList &dst, FRandomSoundList &src)
|
||||
{
|
||||
dst = src;
|
||||
}
|
||||
|
||||
|
||||
struct FPlayerClassLookup
|
||||
{
|
||||
char Name[MAX_SNDNAME+1];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue