terraform_gui.c
changeset 4848 45f848b46222
parent 4719 fc6e14219f72
child 4938 0447845fd1b3
--- a/terraform_gui.c	Sat Oct 14 15:44:28 2006 +0000
+++ b/terraform_gui.c	Sat Oct 14 15:49:43 2006 +0000
@@ -274,6 +274,6 @@
 
 void ShowTerraformToolbar(void)
 {
-	if (_current_player == OWNER_SPECTATOR) return;
+	if (_current_player == PLAYER_SPECTATOR) return;
 	AllocateWindowDescFront(&_terraform_desc, 0);
 }