diff options
author | Torbjörn Andersson | 2006-04-10 09:18:07 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-04-10 09:18:07 +0000 |
commit | f07d60adc81539421a5aecd5af425f597aaf478d (patch) | |
tree | d528a90e56a864c39d45a4127dfa62c3bed64624 /backends/symbian/src/SymbianOS.cpp | |
parent | f1c79ee518f61ee0c8a2a1f9af9f2c0f1b7f5bf7 (diff) | |
download | scummvm-rg350-f07d60adc81539421a5aecd5af425f597aaf478d.tar.gz scummvm-rg350-f07d60adc81539421a5aecd5af425f597aaf478d.tar.bz2 scummvm-rg350-f07d60adc81539421a5aecd5af425f597aaf478d.zip |
By now, it should be obvious that I'm trying to get rid of the o_ functions.
This is in preparation for the next stage of the cleanup.
By now, I have merged most of the o_ opcode functions into the corresponding
o1_ opcode function. There are a few pure o_ opcode functions left, but it
makes sense to keep them separate functions since they are part of groups of
other functions. Now, to get rid of the remaining o_ functions I have:
Dropped the "o_" prefix from the following functions: o_kill_sprite_simon1(),
o_kill_sprite_simon2(), o_waitForSync(), o_freezeBottom(), o_setTextColor(),
o_fadeToBlack(), o_waitForMark(), o_unk_132_helper_3(), o_unk_132_helper(),
o_clearCharacter(), o_fileError().
Renamed o_sync() to sendSync().
Renamed o_mouseOn() to scriptMouseOn(), and moved it to items.cpp
Renamed o_mouseOff() to scriptMouseOff(), and moved it to items.cpp
svn-id: r21760
Diffstat (limited to 'backends/symbian/src/SymbianOS.cpp')
0 files changed, 0 insertions, 0 deletions