# HG changeset patch # User boisy # Date 1262540183 0 # Node ID 7820a73172427fc7dad103aad0319bd14dd48ea8 # Parent f3e79ee2ffef969538c9357cbabb44ec5cdc415a Fixed crash in advertisting getstat diff -r f3e79ee2ffef -r 7820a7317242 level1/modules/scdwt.asm --- a/level1/modules/scdwt.asm Sun Jan 03 15:24:52 2010 +0000 +++ b/level1/modules/scdwt.asm Sun Jan 03 17:36:23 2010 +0000 @@ -403,7 +403,7 @@ * B = OP_SERGETSTAT or OP_SERSETSTAT SendStat * advertise our GetStt code to the server - pshs a,y,u + pshs a,y,x,u leas -3,s leax ,s stb ,x @@ -418,7 +418,7 @@ ENDC jsr 6,u leas 3,s - puls a,y,u,pc + puls a,y,x,u,pc ************************************************************************* * SetStat