mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
cleanup
svn-id: r38910
This commit is contained in:
parent
3343dca6dc
commit
79417f4d32
@ -295,10 +295,6 @@ gfx_pixmap_color_t *get_pic_color(EngineState *s, int color);
|
||||
** Returns : (gfx_pixmap_color_t *) The requested color.
|
||||
*/
|
||||
|
||||
void other_libs_exit();
|
||||
/* Called directly before FreeSCI ends to allow libraries to clean up
|
||||
*/
|
||||
|
||||
static inline reg_t not_register(EngineState *s, reg_t r) {
|
||||
if (s->version >= SCI_VERSION_FTU_INVERSE_CANBEHERE)
|
||||
return make_reg(0, !r.offset);
|
||||
|
Loading…
Reference in New Issue
Block a user