From a2088317197adeec6bcef2a7cdf16feb420b4891 Mon Sep 17 00:00:00 2001 From: relnev Date: Tue, 28 May 2002 21:03:38 +0000 Subject: [PATCH] implemented stub --- src/ui/gadget.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ui/gadget.cpp b/src/ui/gadget.cpp index 3ad8089..5e2dcea 100644 --- a/src/ui/gadget.cpp +++ b/src/ui/gadget.cpp @@ -7,6 +7,9 @@ * Functions for the base gadget class * * $Log$ + * Revision 1.5 2002/05/28 21:03:38 relnev + * implemented stub + * * Revision 1.4 2002/05/26 20:22:48 theoddone33 * Most of network/ works * @@ -235,7 +238,8 @@ int UI_GADGET::set_bmaps(char *ani_fname, int nframes, int start_frame) strcat(full_name, NOX("0")); } #ifdef PLAT_UNIX - STUB_FUNCTION; + sprintf(tmp, "%d", idx); + strcat(full_name, tmp); #else strcat(full_name, itoa(idx, tmp, 10)); #endif -- 2.39.2