author | glx |
Sun, 07 Oct 2007 00:40:14 +0000 | |
branch | noai |
changeset 9705 | e460e1c9d49a |
parent 9704 | 197cb8c6ae17 |
child 9706 | 8d8f719a4e69 |
src/autoslope.h | file | annotate | diff | comparison | revisions |
--- 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 */