File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,6 @@ extern bool g_bBoundsChecker;
21
21
void CCommandFuncs::Help (const char * szParameters)
22
22
{
23
23
CConsoleInterface* pConsole = g_pCore->GetConsole ();
24
-
25
- if (szParameters && atoi (szParameters) == 1 )
26
- CCore::GetSingleton ().GetMultiplayer ()->AllowWindowsCursorShowing (true );
27
- else
28
- CCore::GetSingleton ().GetMultiplayer ()->AllowWindowsCursorShowing (false );
29
-
30
24
pConsole->Print (_ (" ***[ COMMAND HELP ]***\n " ));
31
25
32
26
// Loop through all the available commands
@@ -47,10 +41,6 @@ void CCommandFuncs::Exit(const char* szParameters)
47
41
48
42
void CCommandFuncs::Ver (const char * szParameters)
49
43
{
50
- ShowCursor (TRUE );
51
- HCURSOR hc = LoadCursor (NULL , IDC_ARROW);
52
- SetCursor (hc);
53
-
54
44
// Compose version string
55
45
unsigned short usNetRev = CCore::GetSingleton ().GetNetwork ()->GetNetRev ();
56
46
unsigned short usNetRel = CCore::GetSingleton ().GetNetwork ()->GetNetRel ();
You can’t perform that action at this time.
0 commit comments