town_gui.c
changeset 1 0ea1e0a5c4df
parent 0 29654efe3188
child 2 104b2984cd3e
--- a/town_gui.c	Mon Aug 09 17:04:08 2004 +0000
+++ b/town_gui.c	Tue Aug 10 14:14:00 2004 +0000
@@ -29,7 +29,7 @@
 	uint avail_buttons = 0x7F; // by default all buttons except bribe are enabled.
 	uint buttons;
 
-	if (_local_player != 0xff) {
+	if (_local_player != OWNER_SPECTATOR) {
 		// bribe option enabled?
 		if (_patches.bribe) {
 			// if unwanted, disable everything.