summaryrefslogtreecommitdiff
path: root/src/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sprite.h b/src/sprite.h
index 9f8b8881e..822cc4809 100644
--- a/src/sprite.h
+++ b/src/sprite.h
@@ -52,7 +52,7 @@ struct DrawBuildingsTileStruct {
byte width;
byte height;
byte dz;
- byte draw_proc; /* this allows to specify a special drawing procedure.*/
+ byte draw_proc; // this allows to specify a special drawing procedure.
};
/** Iterate through all DrawTileSeqStructs in DrawTileSprites. */