Merge 8d6422e1b2
into 7d496e8a63
This commit is contained in:
commit
7fc7a6a949
2 changed files with 2 additions and 2 deletions
|
@ -5576,7 +5576,7 @@ void Shake_The_Screen(int shakes, HousesType house)
|
|||
*=============================================================================================*/
|
||||
void List_Copy(short const * source, int len, short * dest)
|
||||
{
|
||||
if (dest == NULL || dest == NULL) {
|
||||
if (source == NULL || dest == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue