Bitmaps.rst: fix typo.

This commit is contained in:
Merlijn Wajer 2011-09-28 13:12:12 +02:00
parent ab08afd9c1
commit d6117264d2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function.
Word of caution on bitmap creation
----------------------------------
Bitmaps in Simba are internally all instances of *TMufasBitmap*. Scripts should
Bitmaps in Simba are internally all instances of *TMufasaBitmap*. Scripts should
generally access bitmaps using their *handle*: an integer. All functions
referenced here either require a bitmap *handle* or return one.