This should fix *something*, but what it fixes is anyone's guess.

This commit is contained in:
theoddone33
2002-02-27 03:22:18 +00:00
parent 10dfde4476
commit 901c8def98

View File

@@ -697,7 +697,11 @@ NEWSYM cachevideo
.nodisplayfps .nodisplayfps
; do state selects ; do state selects
%ifdef __LINUX__
stateselcomp KeyStateSlc0,'0','t'
%else
stateselcomp KeyStateSlc0,'0','T' stateselcomp KeyStateSlc0,'0','T'
%endif
stateselcomp KeyStateSlc1,'1','1' stateselcomp KeyStateSlc1,'1','1'
stateselcomp KeyStateSlc2,'2','2' stateselcomp KeyStateSlc2,'2','2'
stateselcomp KeyStateSlc3,'3','3' stateselcomp KeyStateSlc3,'3','3'