Opened 3 years ago

Last modified 3 years ago

#12592 closed defect

AGS: Beer: crash with error("TODO: pivot_sprite") — at Initial Version

Reported by: lolbot-iichan Owned by:
Priority: normal Component: Engine: AGS
Version: Keywords:
Cc: Game:

Description

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");

}
`

Change History (0)

Note: See TracTickets for help on using tickets.