mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Various fixes
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
namespace Nuake
|
||||
{
|
||||
|
||||
|
||||
Ref<Project> Engine::s_CurrentProject;
|
||||
Ref<Window> Engine::s_CurrentWindow;
|
||||
|
||||
|
||||
@@ -127,6 +127,10 @@ namespace Nuake
|
||||
{
|
||||
strcpy(result, "divd_");
|
||||
}
|
||||
else if (lump_name[0] == '{')
|
||||
{
|
||||
strcpy(result, "bra_");
|
||||
}
|
||||
else
|
||||
{
|
||||
result[0] = lump_name[0];
|
||||
|
||||
Reference in New Issue
Block a user