This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
openmw-tes3mp
mirror of
https://github.com/TES3MP/openmw-tes3mp.git
Watch
1
Star
0
Fork
You've already forked openmw-tes3mp
1
Code
Issues
Releases
Wiki
Activity
Add a missing return value
Browse Source
actorid
Chris Robinson
12 years ago
parent
9e2d4f8b7c
commit
3519934f27
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
apps/openmw/mwrender/videoplayer.cpp
Unescape
Escape
View File
@ -646,7 +646,7 @@ namespace MWRender
break
;
}
return
0
;
}
int
decode_interrupt_cb
(
void
)
{
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
mirror/openmw-tes3mp
Title
Body
Create Issue