Clean up ui.asm a little:

- "welcome" symbol removed
- refernces to 'welcome' for version checking replaced with references to versionNumber uint
- versionNumber added
- Other stuff.
This commit is contained in:
theoddone33
2005-02-14 02:14:58 +00:00
parent d8c162bbb0
commit 86234caa4e
7 changed files with 27 additions and 51 deletions

View File

@@ -81,7 +81,7 @@ MovieRecord:
.noappend
mov al,[soundon]
mov [RecData],al
mov eax,[welcome+8]
mov eax,[versionNumber]
mov [RecData+1],eax
mov byte[RecData+2],1
mov eax,[timer2upd]