mirror of
https://github.com/halpz/re3.git
synced 2025-07-30 08:20:27 +00:00
clean up
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user