moved some functions out of scummvm.cpp into more appropriate files; rearranged stuff inside scummvm.cpp to be grouped a bit more logical

svn-id: r9083
This commit is contained in:
Max Horn
2003-07-19 18:18:01 +00:00
parent d516f3467c
commit 2fbf782c05
8 changed files with 738 additions and 708 deletions
+12
View File
@@ -28,6 +28,18 @@
#include "verbs.h"
#include "scumm/sound.h"
void Scumm::setStringVars(int slot) {
StringTab *st = &_string[slot];
st->xpos = st->t_xpos;
st->ypos = st->t_ypos;
st->center = st->t_center;
st->overhead = st->t_overhead;
st->no_talk_anim = st->t_no_talk_anim;
st->right = st->t_right;
st->color = st->t_color;
st->charset = st->t_charset;
}
void Scumm::unkMessage1() {
byte buffer[100];
_msgPtrToAdd = buffer;