Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5264 → Rev 5274

/programs/games/rstearth/load.inc
155,5 → 155,10
call load_sound
mov [stone_kick_sound],eax
 
; load menu sound
mov ebx,menu_sound_file_name
call load_sound
mov [menu_sound],eax
 
ret
;---------------------------------------------------------------------