summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/config.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/config.h b/src/config.h
index 8637814d..ccd81023 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,5 +1,4 @@
-#ifndef _CONFIG_H_
-#define _CONFIG_H_
+#pragma once
enum Config {
NUMCDIMAGES = 50, // was 12
@@ -52,7 +51,3 @@ enum Config {
NUMWEATHERS = 4,
NUMHOURS = 24,
};
-
-#define USE_PS2_RAND TRUE
-
-#endif