Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
CMenuManager done and CHud fixes
  • Loading branch information
erorcun committed Apr 11, 2020
1 parent 3a4442e commit e2ba886939bb5acba15956e7238575adb80a215c
Showing with 1,578 additions and 805 deletions.
  1. +0 −1 README.md
  2. BIN gamefiles/menu.txd
  3. +1,185 −504 src/core/Frontend.cpp
  4. +54 −40 src/core/Frontend.h
  5. +107 −82 src/core/MenuScreens.h
  6. +4 −4 src/core/Radar.cpp
  7. +22 −10 src/core/Timer.cpp
  8. +4 −0 src/core/Timer.h
  9. +2 −0 src/core/re3.cpp
  10. +5 −7 src/peds/CivilianPed.cpp
  11. +158 −121 src/render/Hud.cpp
  12. +37 −36 src/render/Hud.h
@@ -35,7 +35,6 @@ to reverse at the time, calling the original functions is acceptable.
cAudioManager - WIP
CBoat
CBulletInfo
CMenuManager - WIP
CObject
CPacManPickups
CPedPath
BIN +0 Bytes (100%) gamefiles/menu.txd
Binary file not shown.

0 comments on commit e2ba886

Please sign in to comment.