mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 06:07:57 +03:00
HideMouse doesn't take parameters
This commit is contained in:
parent
e8109076f4
commit
56044dd8f8
1 changed files with 0 additions and 7 deletions
|
@ -3725,13 +3725,6 @@ void ScriptThread::EventHideMouse(Event *ev)
|
|||
{
|
||||
gentity_t *ent;
|
||||
int i;
|
||||
str name;
|
||||
|
||||
if (game.maxclients <= 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
name = ev->GetString(1);
|
||||
|
||||
for (i = 0, ent = g_entities; i < game.maxclients; i++, ent++) {
|
||||
if (!ent->inuse || !ent->client) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue