code cleanup, linux version number

This commit is contained in:
theoddone33
2001-04-30 03:58:43 +00:00
parent 569624f3d8
commit 2040b7fe65
2 changed files with 5 additions and 14 deletions

View File

@@ -4813,7 +4813,11 @@ GUIGUIAboutText4 db ' _DEMO_',0
GUIGUIAboutText5 db 'ASSISTANT CODERS : ',0
GUIGUIAboutText6 db ' PHAROS',0
GUIGUIAboutText6b db ' TEUF',0
%ifdef __LINUX__
GUIGUIAboutText7 db 'LINUX PORT V0.13',0
%else
GUIGUIAboutText7 db 'WIN PORT V0.88',0
%endif
GUIGUIAboutText8 db 'HOMEPAGE',0
DisplayGUIMovies: