From 2f67325278637a349bb86fa6fc388e527a75a5c9 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 24 Nov 2008 19:01:09 +0000 Subject: Make chocolate-setup use m_controls.c definitions for config file keyboard/mouse/joystick variables. Make other configuration file variables static and add bind functions. Subversion-branch: /branches/raven-branch Subversion-revision: 1387 --- src/setup/compatibility.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/setup/compatibility.h') diff --git a/src/setup/compatibility.h b/src/setup/compatibility.h index 1d46b174..386a4798 100644 --- a/src/setup/compatibility.h +++ b/src/setup/compatibility.h @@ -22,10 +22,8 @@ #ifndef SETUP_COMPATIBILITY_H #define SETUP_COMPATIBILITY_H -extern int vanilla_savegame_limit; -extern int vanilla_demo_limit; - void CompatibilitySettings(void); +void BindCompatibilityVariables(void); #endif /* #ifndef SETUP_COMPATIBILITY_H */ -- cgit v1.2.3