Home
last modified time | relevance | path

Searched refs:previouslyPlottedCells (Results 1 – 1 of 1) sorted by relevance

/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DIO.c876 static cellDisplayBuffer previouslyPlottedCells[COLS][ROWS]; variable
883 cellDisplayBuffer *lastPlotted = &previouslyPlottedCells[i][j]; in commitDraws()
927 previouslyPlottedCells[i][j] = *curr; in refreshScreen()