Fixed a typo.

This commit is contained in:
n-a-c-h
2005-01-31 04:57:36 +00:00
parent 53af83f6d0
commit 4985e2d1fd

View File

@@ -180,7 +180,7 @@ void copy_state_data(unsigned char *buffer, void (*copy_func)(unsigned char **,
{ {
copy_extra_data(&buffer, copy_func); copy_extra_data(&buffer, copy_func);
if (loading_state_no_sram) if (!loading_state_no_sram)
{ {
copy_func(&buffer, sram, ramsize); copy_func(&buffer, sram, ramsize);
} }