From: Eric Branlund Date: Sat, 15 Aug 2020 06:17:20 +0000 (-0700) Subject: Updated comment for create_angband_image() since it no longer looks up the path in... X-Git-Tag: vmacos2.2.1-7f~35 X-Git-Url: http://git.osdn.net/view?p=hengbandforosx%2Fhengbandosx.git;a=commitdiff_plain;h=a35cdbb7af051df09bdfadd814e5d4be768c5146 Updated comment for create_angband_image() since it no longer looks up the path in the bundle directory. --- diff --git a/src/main-cocoa.m b/src/main-cocoa.m index a731e5101..e8abeaa86 100644 --- a/src/main-cocoa.m +++ b/src/main-cocoa.m @@ -4411,8 +4411,8 @@ static void Term_nuke_cocoa(term *t) } /** - * Returns the CGImageRef corresponding to an image with the given name in the - * resource directory, transferring ownership to the caller + * Returns the CGImageRef corresponding to an image with the given path. + * Transfers ownership to the caller. */ static CGImageRef create_angband_image(NSString *path) {