players.c
changeset 1304 8570010abe7b
parent 1174 27e386195965
child 1309 dab90d4cbf2d
--- a/players.c	Sat Feb 05 22:25:07 2005 +0000
+++ b/players.c	Sat Feb 05 22:50:33 2005 +0000
@@ -436,7 +436,7 @@
 			if (pp->is_active && p != pp) {
 				SetDParam(0, pp->president_name_2);
 				GetString(buffer2, pp->president_name_1);
-				if (str_eq(buffer2, buffer))
+				if (strcmp(buffer2, buffer) == 0)
 					goto restart;
 			}
 		}