Skip to content

Commit

Permalink
enum style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Jul 14, 2023
1 parent 3f76335 commit 54f5f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regamedll/dlls/observer.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
enum FadeToBlack {
FADETOBLACK_OFF,
FADETOBLACK_STAY,
FADETOBLACK_AT_DYING
FADETOBLACK_AT_DYING,
};

int GetForceCamera(CBasePlayer *pObserver);
Expand Down

0 comments on commit 54f5f91

Please sign in to comment.