summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 22f9cbcb2..02f9e8913 100644
--- a/variables.h
+++ b/variables.h
@@ -262,7 +262,7 @@ typedef struct Paths {
char *second_data_dir;
} Paths;
-VARDEF Paths _path;
+VARDEF Paths _paths;
// NOSAVE: Used in palette animations only, not really important.
VARDEF int _timer_counter;