diff options
author | 2016-10-22 16:37:12 +0200 | |
---|---|---|
committer | 2016-10-22 16:37:12 +0200 | |
commit | a6bdefec8c76e9878b634119c56438a7673b0385 (patch) | |
tree | 9b435836a12773fe5b84cf1fd04866ecd9ecc2da /src/emu/tilemap.cpp | |
parent | 5f3d4fb33da4304e417a0e142e82e3d292646465 (diff) |
more TRUE/FALSE cleanup (nw)
Diffstat (limited to 'src/emu/tilemap.cpp')
-rw-r--r-- | src/emu/tilemap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/tilemap.cpp b/src/emu/tilemap.cpp index b910f30c177..d8e5d1b0ea0 100644 --- a/src/emu/tilemap.cpp +++ b/src/emu/tilemap.cpp @@ -72,7 +72,7 @@ inline int32_t tilemap_t::effective_colscroll(int index, uint32_t screen_height) //------------------------------------------------- -// gfx_tiles_changed - return TRUE if any +// gfx_tiles_changed - return true if any // gfx_elements used by this tilemap have // changed //------------------------------------------------- |