mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 11:34:05 +09:00
inventory ui transition wip
This commit is contained in:
@@ -178,6 +178,8 @@ fun str16ToInt(rec: CSVRecord, s: String): Int {
|
||||
}
|
||||
catch (e1: IllegalStateException) {
|
||||
}
|
||||
catch (e2: NullPointerException) {
|
||||
}
|
||||
|
||||
return ret
|
||||
}
|
||||
@@ -191,6 +193,8 @@ fun intVal(rec: CSVRecord, s: String): Int {
|
||||
}
|
||||
catch (e1: IllegalStateException) {
|
||||
}
|
||||
catch (e2: NullPointerException) {
|
||||
}
|
||||
|
||||
return ret
|
||||
}
|
||||
@@ -204,6 +208,8 @@ fun floatVal(rec: CSVRecord, s: String): Float {
|
||||
}
|
||||
catch (e1: IllegalStateException) {
|
||||
}
|
||||
catch (e2: NullPointerException) {
|
||||
}
|
||||
|
||||
return ret
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user