View Single Post
Re: Planned features
Old
  (#15)
ghost of evilspy
Moderator
 
ghost of evilspy's Avatar
 
Status: Offline
Posts: 140
Join Date: Mar 2005
Location: Finland
Default Re: Planned features - 12-07-2008

Quote:
Originally Posted by The Storm View Post
Hmm I think that the gauss can go via much more than one wall, it happened that I killed player behind up to 3 walls.
gauss.cpp:
Code:
				// limit it to one hole punch

				if (fHasPunched)

					break;

				fHasPunched = 1;
  
Reply With Quote