Added NUM TSC command
Now missile upgrades work
This commit is contained in:
parent
aa08331c36
commit
b6ed1dd9b1
1 changed files with 6 additions and 0 deletions
|
@ -1198,6 +1198,12 @@ int TextScriptProc()
|
|||
gTS.item_y = WINDOW_HEIGHT - 112;
|
||||
gTS.p_read += 8;
|
||||
}
|
||||
else if (IS_COMMAND('N','U','M'))
|
||||
{
|
||||
z = GetTextScriptNo(gTS.p_read + 4);
|
||||
SetNumberTextScript(z);
|
||||
gTS.p_read += 8;
|
||||
}
|
||||
else if (IS_COMMAND('E','S','C'))
|
||||
{
|
||||
return 2;
|
||||
|
|
Loading…
Add table
Reference in a new issue