tThe "Fight" button now works properly (i.e. it pops up the Fight dialog). - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4193bf74f808f38468a18bb2f5510ef46ae60822
DIR parent 0e4935ee1c40122c71f4aedf8c1c7d111b87ea2c
HTML Author: Ben Webb <ben@salilab.org>
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(-)
---
DIR 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);
}