mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
remove UTIL and JA2 preprocessor definitions (#66)
UTIL is never used, and JA2 is always used. assumption being we'll never make 1.13 for Wizardry 8. video2.h doesn't exist, which prevented me from deleting it.
This commit is contained in:
@@ -15,17 +15,10 @@
|
||||
|
||||
// Moved here from Button System.c by DB 99/01/07
|
||||
// Names of the default generic button image files.
|
||||
#ifdef JA2
|
||||
#define DEFAULT_GENERIC_BUTTON_OFF "GENBUTN.STI"
|
||||
#define DEFAULT_GENERIC_BUTTON_ON "GENBUTN2.STI"
|
||||
#define DEFAULT_GENERIC_BUTTON_OFF_HI "GENBUTN3.STI"
|
||||
#define DEFAULT_GENERIC_BUTTON_ON_HI "GENBUTN4.STI"
|
||||
#else
|
||||
#define DEFAULT_GENERIC_BUTTON_OFF "Data\\Message Box\\GENBUTN.STI"
|
||||
#define DEFAULT_GENERIC_BUTTON_ON "Data\\Message Box\\GENBUTN2.STI"
|
||||
#define DEFAULT_GENERIC_BUTTON_OFF_HI "Data\\Message Box\\GENBUTN3.STI"
|
||||
#define DEFAULT_GENERIC_BUTTON_ON_HI "Data\\Message Box\\GENBUTN4.STI"
|
||||
#endif
|
||||
|
||||
#define BUTTON_TEXT_LEFT -1
|
||||
#define BUTTON_TEXT_CENTER 0
|
||||
|
||||
Reference in New Issue
Block a user