From f87c8834e23188f27cd1fd1626c040d3ebafb998 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 9 Dec 2006 10:56:12 +0000 Subject: (svn r7449) -Codechange: Rename _path to _paths as it is technically more correct, but mainly because it interferes with OS/2 symbol in libc (psmedley) --- variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variables.h') 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; -- cgit v1.2.3-54-g00ecf