mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	gobot:: call init_go_board not init_go
This commit is contained in:
		| @@ -569,7 +569,7 @@ void accept_command(string s) { | ||||
|     variation =eVariation::unrectified; | ||||
|     gp::param = {x, y}; | ||||
|     start_game(); | ||||
|     init_go(); | ||||
|     init_go_board(); | ||||
|     go_message("Bring surface, size = " + its(isize(ac))); | ||||
|     take_shot(); | ||||
|     } | ||||
| @@ -586,7 +586,7 @@ void accept_command(string s) { | ||||
|     variation =eVariation::unrectified; | ||||
|     gp::param = {x, y}; | ||||
|     start_game(); | ||||
|     init_go(); | ||||
|     init_go_board(); | ||||
|     go_message("disk, size = " + its(isize(ac))); | ||||
|     take_shot(); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue