Tiny comment update to loadCt-opcodes: Load collision table data.

svn-id: r33670
This commit is contained in:
Kari Salminen 2008-08-06 20:58:02 +00:00
parent a10753e2a1
commit f5e9a3e185
2 changed files with 2 additions and 0 deletions

View File

@ -1319,6 +1319,7 @@ int FWScript::o1_loadBg() {
return 0;
}
/*! \brief Load collision table data */
int FWScript::o1_loadCt() {
const char *param = getNextString();

View File

@ -365,6 +365,7 @@ FWScript *OSScriptInfo::create(const RawObjectScript &script, int16 index, const
// OPERATION STEALTH opcodes
// ------------------------------------------------------------------------
/*! \brief Load collision table data */
int FWScript::o2_loadCt() {
const char *param = getNextString();