one-line if doesn't need end
This commit is contained in:
		| @@ -242,7 +242,7 @@ function updategame() | ||||
| 	if leveldone and not eships.next and not ebullets.next and not events.next then | ||||
| 	  state = win | ||||
| 	end | ||||
| 	if (not pships.next) state = lose	end | ||||
| 	if (not pships.next) state = lose | ||||
| end | ||||
|  | ||||
| function _draw() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user