Skip to content

Commit

Permalink
comments: added reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
FeiRoN23 committed Dec 26, 2023
1 parent 0796982 commit 919d4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cl_dll/cdll_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ HUD_VoiceStatus
Called when a player starts or stops talking.
==========================
*/

//TODO (nabil) : voice indication in hud
void DLLEXPORT HUD_VoiceStatus(int entindex, qboolean bTalking)
{
//// RecClVoiceStatus(entindex, bTalking);
Expand Down
2 changes: 1 addition & 1 deletion cl_dll/hello.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "hello.h"

//TODO (nabil) : Remove this class
int hello::doHello()
{
return 4;
Expand Down

0 comments on commit 919d4f1

Please sign in to comment.