Replacement an immediate with the appropriate #define constant.
svn-id: r35950
This commit is contained in:
parent
cd952a7c27
commit
b2a9393eee
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ Dialogue *LocationParser_ns::parseDialogue() {
|
|||
Dialogue *dialogue = new Dialogue;
|
||||
assert(dialogue);
|
||||
|
||||
Table forwards(40);
|
||||
Table forwards(NUM_QUESTIONS);
|
||||
|
||||
_script->readLineToken(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue