openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

assertion failure: !IsReference() | ERR : Case expressions must be constants #162

Open XertroV opened 2 years ago

XertroV commented 2 years ago

image

pressing ignore gives this log entry: [never-give-up-dev] C:\Users\xertrov/OpenplanetNext/Plugins/never-give-up-dev/main.as (251, 12) : ERR : Case expressions must be constants

corresponding to this line:

   switch (key) {
      // -- snip --
      case Setting_ShortcutKey: scutKeyDown = down; break; /* this line: 251 */
   }

reporting it b/c it's an assertion failure; error msgs are sufficient and it didn't crash the game

codecat commented 1 year ago

Is this still an issue? I'm not sure if there was ever a thread for this on the Angelscript forum.