case fixes on the movie extentions

This commit is contained in:
theoddone33
2001-04-16 02:39:24 +00:00
parent 02f6e4c83a
commit b5dd537a0a
2 changed files with 8 additions and 0 deletions

View File

@@ -2800,7 +2800,11 @@ MoviePlay:
mov ebx,[statefileloc]
mov eax,[fnamest+ebx-3]
push eax
%ifdef __LINUX__
mov dword[fnamest+ebx-3],'.zmv'
%else
mov dword[fnamest+ebx-3],'.ZMV'
%endif
mov al,[CMovieExt]
mov byte[fnamest+ebx],al
call ChangetoSRAMdir

View File

@@ -28,7 +28,11 @@ MovieRecord:
mov ebx,[statefileloc]
mov eax,[fnamest+ebx-3]
push eax
%ifdef __LINUX__
mov dword[fnamest+ebx-3],'.zmv'
%else
mov dword[fnamest+ebx-3],'.ZMV'
%endif
mov al,[CMovieExt]
mov byte[fnamest+ebx],al