mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-05-31 09:21:38 +00:00
clean up the warnings
This commit is contained in:
parent
fa76c5ab30
commit
4bb2aaeb14
17 changed files with 32 additions and 74 deletions
|
@ -245,8 +245,6 @@ void() trigger_secret =
|
|||
|
||||
void() counter_use =
|
||||
{
|
||||
local string junk;
|
||||
|
||||
self.count = self.count - 1;
|
||||
if (self.count < 0)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue