- Exhumed: Renamed changelevel CCMD to Levelwarp for consistency.

Fixes #278
This commit is contained in:
Christoph Oelckers 2020-08-30 21:07:00 +02:00
parent 5136e7dc2d
commit a9bf1ab4bc

View file

@ -201,7 +201,7 @@ static int osdcmd_spawn(CCmdFuncPtr parm)
int32_t registerosdcommands(void) int32_t registerosdcommands(void)
{ {
//if (VOLUMEONE) //if (VOLUMEONE)
C_RegisterFunction("changelevel","changelevel <level>: warps to the given level", osdcmd_changelevel); C_RegisterFunction("levelwarp","levelwarp <level>: warps to the given level", osdcmd_changelevel);
C_RegisterFunction("map","map <mapname>: loads the given map", osdcmd_map); C_RegisterFunction("map","map <mapname>: loads the given map", osdcmd_map);
C_RegisterFunction("exitmap", "exits current map", osdcmd_exitmap); C_RegisterFunction("exitmap", "exits current map", osdcmd_exitmap);
C_RegisterFunction("doors", "opens/closes doors", osdcmd_doors); C_RegisterFunction("doors", "opens/closes doors", osdcmd_doors);