From 4bd5a4675bf69752af8a87da8fb8458d9cefaf4a Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 30 Nov 2003 20:08:09 +0000 Subject: [PATCH] name change --- common/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/util.h b/common/util.h index 0a10fe9c7..16dee7063 100644 --- a/common/util.h +++ b/common/util.h @@ -93,7 +93,7 @@ typedef struct UtilVtable { XWStreamCtxt* stream ); /* return of < 0 means computer should pick */ - XP_S16 (*m_util_userPickTile)( XW_UtilCtxt* uc, PickInfo* why, + XP_S16 (*m_util_userPickTile)( XW_UtilCtxt* uc, PickInfo* pi, XP_U16 playerNum, XP_UCHAR4* texts, XP_U16 nTiles );