Removed movie vars from places where it doesn't belong.

This commit is contained in:
n-a-c-h
2005-03-15 15:32:41 +00:00
parent 8404393e16
commit 0f05c9386f
5 changed files with 16 additions and 12 deletions

View File

@@ -72,7 +72,6 @@ static void copy_extra_data(unsigned char **buffer, void (*copy_func)(unsigned c
copy_func(buffer, &HIRQCycNext, 5);
copy_func(buffer, &oamaddr, 14*4);
copy_func(buffer, &prevoamptr, 1);
copy_func(buffer, &ReadHead, 1*4);
}
static size_t load_save_size;