diff options
author | aap <aap@papnet.eu> | 2019-06-12 16:52:26 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-12 16:52:26 +0200 |
commit | ec0b8b573048bc4832cca412e33956e64ce4f5fa (patch) | |
tree | 4aae2cbb335baf97646b8b0165f315dfe55f24da /src/main.cpp | |
parent | 83cc43eeff8c4f3dc34fdd4df789e9b9cecaac8e (diff) |
implemented CTimeCycle
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index e0fd8544..d2a69f8b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -56,6 +56,7 @@ WRAPPER void CameraSize(RwCamera *camera, void *rect, float viewWindow, float aspectRatio) { EAXJMP(0x527170); } +uint8 work_buff[55000]; bool &b_FoundRecentSavedGameWantToLoad = *(bool*)0x95CDA8; |