Changes between Initial Version and Version 1 of Ticket #12592
- Timestamp:
- 05/29/21 01:46:24 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12592 – Description
initial v1 7 7 8 8 Note: ags/lib/allegro/gfx.cpp contains this code: 9 void pivot_sprite(BITMAP *bmp, const BITMAP *sprite, int x, int y, int cx, int cy, fixed angle) { 10 error("TODO: pivot_sprite"); 11 } 9 12 ``` 10 void pivot_sprite(BITMAP *bmp, const BITMAP *sprite, int x, int y, int cx, int cy, fixed angle) {11 error("TODO: pivot_sprite");12 }13 ```