mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 01:50:36 +00:00
clean up
This commit is contained in:
parent
b705be0e87
commit
0a36d49d2c
20 changed files with 115 additions and 302 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue