summaryrefslogtreecommitdiff
path: root/saves.c
diff options
context:
space:
mode:
Diffstat (limited to 'saves.c')
-rw-r--r--saves.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/saves.c b/saves.c
index 955c959..18d7d9b 100644
--- a/saves.c
+++ b/saves.c
@@ -58,7 +58,7 @@ save_slot_info *get_slot_info(system_header *system, uint32_t *num_out)
} else {
strcpy(cur, "EMPTY");
}
- dst[i].modification_time;
+ dst[i].modification_time = modtime;
}
*num_out = QUICK_SAVE_SLOT + 1;
return dst;