mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
- fixed ShadowWarrior's 'map' CCMD.
This commit is contained in:
parent
4b0db4893a
commit
d7e54f83de
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static int osdcmd_map(osdcmdptr_t parm)
|
|||
{
|
||||
if (mapList[i].labelName.CompareNoCase(mapname) == 0)
|
||||
{
|
||||
FStringf cheatcode("swtrek%02d", i+1);
|
||||
FStringf cheatcode("swtrek%02d", i);
|
||||
WarpCheat(Player, cheatcode);
|
||||
return OSDCMD_OK;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue