Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage is done correctly now, without leaving trails
svn-id: r49909
This commit is contained in:
parent
9b6f71d7cf
commit
20d8de27ba
3 changed files with 10 additions and 0 deletions
|
@ -387,6 +387,7 @@ SciKernelFunction kfunct_mappers[] = {
|
|||
{ "List", kList, ".*" },
|
||||
{ "Robot", kRobot, ".*" },
|
||||
{ "IsOnMe", kIsOnMe, "iio.*" },
|
||||
{ "MulDiv", kMulDiv, "iii" },
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue