@@ -6316,12 +6316,12 @@ static int L_WindowTextWidth (lua_State *L)
6316
6316
} // end of WindowTextWidth
6317
6317
6318
6318
// ----------------------------------------
6319
- // world.WindowTranslateImage
6319
+ // world.WindowTransformImage
6320
6320
// ----------------------------------------
6321
- static int L_WindowTranslateImage (lua_State *L)
6321
+ static int L_WindowTransformImage (lua_State *L)
6322
6322
{
6323
6323
CMUSHclientDoc *pDoc = doc (L);
6324
- lua_pushnumber (L, pDoc->WindowTranslateImage (
6324
+ lua_pushnumber (L, pDoc->WindowTransformImage (
6325
6325
my_checkstring (L, 1 ), // Name
6326
6326
my_checkstring (L, 2 ), // ImageId
6327
6327
my_checknumber (L, 3 ), // Left
@@ -6333,7 +6333,7 @@ static int L_WindowTranslateImage (lua_State *L)
6333
6333
my_checknumber (L, 9 ) // Myy
6334
6334
));
6335
6335
return 1 ; // number of result fields
6336
- } // end of L_WindowTranslateImage
6336
+ } // end of L_WindowTransformImage
6337
6337
6338
6338
// ----------------------------------------
6339
6339
// world.WindowWrite
@@ -6812,7 +6812,7 @@ static const struct luaL_reg worldlib [] =
6812
6812
{" WindowShow" , L_WindowShow},
6813
6813
{" WindowText" , L_WindowText},
6814
6814
{" WindowTextWidth" , L_WindowTextWidth},
6815
- {" WindowTranslateImage " , L_WindowTranslateImage },
6815
+ {" WindowTransformImage " , L_WindowTransformImage },
6816
6816
{" WindowWrite" , L_WindowWrite},
6817
6817
{" WorldAddress" , L_WorldAddress},
6818
6818
{" WorldName" , L_WorldName},
0 commit comments