[Scummvm-tracker] [ScummVM :: Bugs] #12592: AGS: Beer: crash with error("TODO: pivot_sprite")

ScummVM :: Bugs trac at scummvm.org
Sat May 29 01:46:04 UTC 2021


#12592: AGS: Beer: crash with error("TODO: pivot_sprite")
--------------------------+-------------------------
Reporter:  lolbot-iichan  |      Owner:  (none)
    Type:  defect         |     Status:  new
Priority:  normal         |  Component:  Engine: AGS
 Version:                 |   Keywords:
    Game:                 |
--------------------------+-------------------------
 Testcase:
 1. Get https://store.steampowered.com/app/782280/Beer/
 2. Start a new game
 3. Click on the Beer

 Result: console appears with message "ERROR: TODO: pivot_sprite!"

 Note: ags/lib/allegro/gfx.cpp contains this code:
 ```
 void pivot_sprite(BITMAP *bmp, const BITMAP *sprite, int x, int y, int cx,
 int cy, fixed angle) {
         error("TODO: pivot_sprite");
 }
 ```
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/12592>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list