mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] [th01] Rename z_col_at() to z_graph_readdot()
There actually is a master.lib function doing the same!
This commit is contained in:
parent
ad067486ca
commit
f54e05492e
|
@ -371,7 +371,7 @@ void z_grcg_pset(int x, int y, int col)
|
|||
grcg_off_func();
|
||||
}
|
||||
|
||||
int z_col_at(int x, int y)
|
||||
int z_graph_readdot(int x, int y)
|
||||
{
|
||||
int ret;
|
||||
int vram_offset = ((y * ROW_SIZE) + (x >> 3));
|
||||
|
|
|
@ -42,7 +42,7 @@ void z_grcg_boxfill(int left, int top, int right, int bottom, int col);
|
|||
/// ------
|
||||
void z_grcg_pset(int x, int y, int col);
|
||||
// Returns the color value at the given point on the current VRAM page.
|
||||
int z_col_at(int x, int y);
|
||||
int z_graph_readdot(int x, int y);
|
||||
/// ------
|
||||
|
||||
/// Restorable line drawing
|
||||
|
|
Loading…
Reference in New Issue