Opened 3 years ago

Last modified 3 years ago

#12592 closed defect

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

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

Description (last modified by lolbot-iichan)

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 (1)

comment:1 by lolbot-iichan, 3 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.