(svn r11222) [NoAI] -Fix (r11221): my text editor decided to play with me between compilation and commit noai
authorglx
Sun, 07 Oct 2007 00:40:14 +0000
branchnoai
changeset 9705 e460e1c9d49a
parent 9704 197cb8c6ae17
child 9706 8d8f719a4e69
(svn r11222) [NoAI] -Fix (r11221): my text editor decided to play with me between compilation and commit
src/autoslope.h
--- a/src/autoslope.h	Sat Oct 06 22:30:24 2007 +0000
+++ b/src/autoslope.h	Sun Oct 07 00:40:14 2007 +0000
@@ -38,7 +38,7 @@
 {
 	return (_patches.autoslope &&
 	        (IsValidPlayer(_current_player) ||
-	         (_current_player == OWNER_NONE && _game_mode == GM_EDITOR)   #define	));
+	         (_current_player == OWNER_NONE && _game_mode == GM_EDITOR)));
 }
 
 #endif /* AUTOSLOPE_H */