mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
Tiny comment update to loadCt-opcodes: Load collision table data.
svn-id: r33670
This commit is contained in:
parent
a10753e2a1
commit
f5e9a3e185
@ -1319,6 +1319,7 @@ int FWScript::o1_loadBg() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*! \brief Load collision table data */
|
||||
int FWScript::o1_loadCt() {
|
||||
const char *param = getNextString();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user