mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Remove negative values in parseNumber checking
Including removal of a dead & useless check. By the way, fuck integer promotion.
This commit is contained in:
@@ -345,7 +345,7 @@ void parseACTFile(std::filebuf &file) {
|
||||
}
|
||||
|
||||
void parseACOFile(std::filebuf &file) {
|
||||
// https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/#50577411_pgfId-1055819
|
||||
// rhttps://www.adobe.com/devnet-apps/photoshop/fileformatashtml/#50577411_pgfId-1055819
|
||||
// http://www.nomodes.com/aco.html
|
||||
|
||||
char buf[10];
|
||||
|
||||
Reference in New Issue
Block a user