Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Merge pull request #695 from guy1/master
new frontend customization
  • Loading branch information
guy1 committed Aug 24, 2020
2 parents cd38977 + 17f81cd commit 51d930db1bb2396934afe417375be6c4220d56bb
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;

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

0 comments on commit 51d930d

Please sign in to comment.