Make mingw happy

This commit is contained in:
jeblanchard 2008-05-27 06:12:21 +00:00
parent 6fc6483670
commit 7740dbbaf4
1 changed files with 2 additions and 2 deletions

View File

@ -307,7 +307,7 @@ bool UpdateFromGUI = false; // When this flag is set, the next new attempt wi
// the settings from gui to mem. note that this cannot set // the settings from gui to mem. note that this cannot set
// the settings for both players at once... maybe later. // the settings for both players at once... maybe later.
int X,Y,Z,P,Prand,Q,Qrand; // Static variables (is this a contradiction?) and static int X,Y,Z,P,Prand,Q,Qrand; // Static variables (is this a contradiction?) and
// probabilities. XYZ remain the same, PQ return randomly a // probabilities. XYZ remain the same, PQ return randomly a
// number in the range of 0-P or 0-Q. They can be used in // number in the range of 0-P or 0-Q. They can be used in
// the code like any other command ("5+X echo"). The button // the code like any other command ("5+X echo"). The button
@ -2908,4 +2908,4 @@ void ShowCounters()
sprintf(str,"[%03d]: %02X",i,BotCounter[i]); sprintf(str,"[%03d]: %02X",i,BotCounter[i]);
SendMessage(list, LB_ADDSTRING, NULL, (LPARAM) str); SendMessage(list, LB_ADDSTRING, NULL, (LPARAM) str);
} }
} }