summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cave.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cave.c')
-rw-r--r--src/mame/video/cave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/cave.c b/src/mame/video/cave.c
index 8a8d9527d09..f18b4c59e15 100644
--- a/src/mame/video/cave.c
+++ b/src/mame/video/cave.c
@@ -1763,6 +1763,6 @@ void cave_get_sprite_info( running_machine *machine )
static STATE_POSTLOAD( cave_sprite_postload )
{
/* FIXME: this is probably not the best way to restore the sprites,
- but it seems to work more or less (sprites may be wrong for one frame) */
+ but it seems to work more or less (sprites may be wrong for one frame) */
cave_get_sprite_info(machine);
}