Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
new frontend customization
  • Loading branch information
erorcun committed Aug 24, 2020
1 parent cb813bd commit e06c2b2bd679c75c6a3993c06971952cca322bdf
Showing with 845 additions and 637 deletions.
  1. +1 −1 src/core/Cam.cpp
  2. +306 −410 src/core/Frontend.cpp
  3. +19 −29 src/core/Frontend.h
  4. +7 −85 src/core/MenuScreens.cpp
  5. +1 −1 src/core/config.h
  6. +234 −34 src/core/re3.cpp
  7. +179 −54 src/extras/frontendoption.cpp
  8. +98 −23 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 e06c2b2

Please sign in to comment.