Migrate more strings
FossilOrigin-Name: 0d125c31daf305a4363234402dbf375ecd71b24da762aa8e8c59751678cf47ec
This commit is contained in:
parent
ce5944a7b1
commit
b00de734e8
25 changed files with 476 additions and 439 deletions
|
@ -146,7 +146,8 @@ void
|
|||
texturereset()
|
||||
{
|
||||
curtexnum = 0;
|
||||
};
|
||||
}
|
||||
COMMAND(texturereset, ARG_NONE)
|
||||
|
||||
void
|
||||
texture(char *aframe, char *name)
|
||||
|
@ -158,10 +159,8 @@ texture(char *aframe, char *name)
|
|||
char *n = mapname[num][frame];
|
||||
strcpy_s(n, name);
|
||||
path(n);
|
||||
};
|
||||
|
||||
COMMAND(texturereset, ARG_NONE);
|
||||
COMMAND(texture, ARG_2STR);
|
||||
}
|
||||
COMMAND(texture, ARG_2STR)
|
||||
|
||||
int
|
||||
lookuptexture(int tex, int &xs, int &ys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue