tThe "Fight" button now works properly (i.e. it pops up the Fight dialog). - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit 4193bf74f808f38468a18bb2f5510ef46ae60822
parent 0e4935ee1c40122c71f4aedf8c1c7d111b87ea2c
Author: Ben Webb 
Date:   Fri, 26 Apr 2002 10:41:50 +0000

The "Fight" button now works properly (i.e. it pops up the Fight dialog).


Diffstat:
  M src/gui_client/gtk_client.c         |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui_client/gtk_client.c b/src/gui_client/gtk_client.c
t@@ -1375,7 +1375,7 @@ void JetButtonPressed(GtkWidget *widget, gpointer data)
 {
   if (InGame) {
     if (ClientData.Play->Flags & FIGHTING) {
-      DisplayFightMessage(NULL);
+      DisplayFightMessage("");
     } else {
       Jet(NULL);
     }