Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Merge pull request #695 from erorcun/master
new frontend customization
  • Loading branch information
erorcun committed Aug 24, 2020
2 parents 1d907ac + 082c4ca commit e01f24902525744c2c097d32dc9e6637e0c2273e
Showing with 1,248 additions and 522 deletions.
  1. +1 −1 src/core/Cam.cpp
  2. +432 −388 src/core/Frontend.cpp
  3. +22 −29 src/core/Frontend.h
  4. +5 −0 src/core/Game.cpp
  5. +8 −103 src/core/MenuScreens.cpp
  6. +2 −1 src/core/config.h
  7. +318 −0 src/core/re3.cpp
  8. +298 −0 src/extras/frontendoption.cpp
  9. +162 −0 src/extras/frontendoption.h
@@ -30,7 +30,7 @@ bool PrintDebugCode = false;
int16 DebugCamMode; int16 DebugCamMode;


#ifdef FREE_CAM #ifdef FREE_CAM
bool CCamera::bFreeCam; bool CCamera::bFreeCam = false;
int nPreviousMode = -1; int nPreviousMode = -1;
#endif #endif


0 comments on commit e01f249

Please sign in to comment.